Skip to content

Tags: sebastienros/esprima-dotnet

Tags

v3.0.5

Toggle v3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix copy ctor of ParserOptions (default implementation doesn't deep c…

…lone record type fields) (#436)

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix handling of trailing comma in import arguments (#430)

* update test suite

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update NuGet dependencies (#429)

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix expression parsing in export default statements (#417)

* Fix expression parsing in export default statements

* Fix a few related parenthesizing issues in AST to JS conversion

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add strict option to ParseExpression (#410)

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Code cleanup before v3.0 final release (#402)

* Align file names with contained type names

* dotnet format --severity warn

* Remove unnecessary usings

v3.0.0-rc-04

Toggle v3.0.0-rc-04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix parsing of optional chaining in new expressions (#393)

* Implement check for optional chaining syntax error in new expressions

* Fix decorator parsing and formatting in AST to JS conversion

* Minor code style and XML doc corrections

v3.0.0-rc-03

Toggle v3.0.0-rc-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor improvements (#390)

* Eliminate usage of inefficient char.ConvertFromUtf32

* Revise Parse/TryParse calls

* Remove unused method

v3.0.0-rc-02

Toggle v3.0.0-rc-02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve identifier parsing (#386)

* Improves whitespace and identifier parsing to match the spec (using Unicode 15.0)

* Optimize whitespace and identifier parsing in the BMP range

v3.0.0-rc-01

Toggle v3.0.0-rc-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Internalize some members (#378)