Marko Lahma
|
8f106a7c1f
Rename ExceptionHelper to Throw and shorter method names (#2148)
|
2 周之前 |
Marko Lahma
|
d6e1a8354f
Fix default parameter handling under interop (#2134)
|
1 月之前 |
Marko Lahma
|
323230e2fb
Enforce code style on build and fix issues (#2074)
|
4 月之前 |
Marko Lahma
|
9079aef684
Convert to using file-scoped namespaces (#1931)
|
1 年之前 |
Marko Lahma
|
7414296ae5
Fix BigInt arithmetic assignments (#1887)
|
1 年之前 |
adams85
|
6d866a2d28
Switch to using Acorn-based parsing via Acornima (#1820)
|
1 年之前 |
Marko Lahma
|
aca8fb3d62
Use global usings and aliases for Esprima namespaces and types (#1824)
|
1 年之前 |
Marko Lahma
|
9fbdab389f
Improve AOT usage scenarios with metadata (#1764)
|
1 年之前 |
Marko Lahma
|
c5657939fc
Enable Meziantou.Analyzer (#1682)
|
1 年之前 |
Marko Lahma
|
791384f34d
Move expression initialize to expression implementation (#1677)
|
1 年之前 |
Marko Lahma
|
d90b774ec2
ES2022 Class fields and static blocks (#1546)
|
2 年之前 |
Marko Lahma
|
67705d7a07
Remove implicit using for System.Linq (#1493)
|
2 年之前 |
Marko Lahma
|
68f6b5bf93
Fix race condition in sharing of function state (#1465)
|
2 年之前 |
Marko Lahma
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 年之前 |
Marko Lahma
|
d602f32b7f
Reduce Engine references in expressions (#1293)
|
2 年之前 |
Marko Lahma
|
fbd5293b9e
Remove ExpressionResult (#1292)
|
2 年之前 |
Marko Lahma
|
3605cd3d18
Upgrade to Esprima 3.0.0-beta-4 (#1251)
|
3 年之前 |
Marko Lahma
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 年之前 |
Marko Lahma
|
ceec412f3f
Upgrade to Esprima 3.0.0-beta-3 (#1235)
|
3 年之前 |
Marko Lahma
|
20e9832dd6
Enable implicit usings (#1230)
|
3 年之前 |
AndrewLityagin
|
2303348789
Ability to catch the CLR exception from an overridden arithmetic operator (#1191)
|
3 年之前 |
Marko Lahma
|
e31a0a7809
Fix reference checks after delete (#1095)
|
3 年之前 |
Conic Games
|
b271cefea1
Fix integer addition/subtraction overflow (#1091)
|
3 年之前 |
Marko Lahma
|
2d16a66ccc
Fix iterator prototype and Reflect/Proxy issues (#1072)
|
3 年之前 |
Marko Lahma
|
9d8432606d
ES2020 BigInt (#1027)
|
3 年之前 |
Marko Lahma
|
1cf0e2bfb4
Improve operator overloading logic (#1011)
|
3 年之前 |
Marko Lahma
|
bf140bff22
Introduce EvaluationContext for statement and expression evaluation (#979)
|
3 年之前 |
Marko Lahma
|
f5571d0700
Refactor options and add MaxArraySize constraint (#923)
|
3 年之前 |
n1xx1
|
20dcf69afd
Fix double evaluation when Operator Overloading is enabled (#945)
|
4 年之前 |
Gökhan Kurt
|
27d36467fe
Allow overloading assignment operators (#944)
|
4 年之前 |