Skip to content

fix: support more typescript nodes #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
64e1b24
start work
manuel3108 Jun 26, 2025
68f4fb3
expect error
manuel3108 Jun 26, 2025
4b509c2
interfaces
manuel3108 Jun 27, 2025
d3c3e31
type param
manuel3108 Jun 27, 2025
87f60c2
fix map snapshot
manuel3108 Jun 27, 2025
8b0b2d1
execute acorn and oxc tests at the same time
manuel3108 Jun 27, 2025
49bce36
Merge branch 'main' into fix/typescript-additions
manuel3108 Jun 27, 2025
11d05ef
fix sandbox
manuel3108 Jun 27, 2025
99c771d
method without return type
manuel3108 Jun 27, 2025
85c358d
add more keywords
manuel3108 Jun 27, 2025
3714c87
TSConstructorType
manuel3108 Jun 27, 2025
7d52825
abstract classes, methods and properties
manuel3108 Jun 27, 2025
4f2ff9b
AccessorProperty
manuel3108 Jun 28, 2025
17e1f65
TSConstructSignatureDeclaration
manuel3108 Jun 28, 2025
e04e933
fix map
manuel3108 Jun 28, 2025
928aec5
TSCallSignatureDeclaration
manuel3108 Jun 28, 2025
6e636fe
TSExportAssignment
manuel3108 Jul 5, 2025
8429d9e
TSImportEqualsDeclaration
manuel3108 Jul 5, 2025
a9dc27a
TSInferType
manuel3108 Jul 5, 2025
e84605c
TSInstantiationExpression
manuel3108 Jul 5, 2025
4161b1b
TSIntrinsicKeyword
manuel3108 Jul 5, 2025
77c1a51
TSIntrinsicKeyword
manuel3108 Jul 5, 2025
5de5dc1
TSMappedType
manuel3108 Jul 5, 2025
bebf612
TSOptionalType
manuel3108 Jul 5, 2025
7c19e68
TSRestType
manuel3108 Jul 5, 2025
0630f07
TSThisType
manuel3108 Jul 5, 2025
c285926
TSTemplateLiteralType
manuel3108 Jul 5, 2025
c52cd6d
TSParameterProperty
manuel3108 Jul 5, 2025
dd58a96
TSTypeAssertion
manuel3108 Jul 5, 2025
c9ccce3
TSTypePredicate
manuel3108 Jul 5, 2025
61a8ba5
TSNamespaceExportDeclaration
manuel3108 Jul 5, 2025
be0b66b
adjust testing
manuel3108 Jul 5, 2025
062df09
last fixes
manuel3108 Jul 5, 2025
33ea8cd
changeset
manuel3108 Jul 5, 2025
d340371
Merge branch 'main' into fix/typescript-additions
manuel3108 Jul 5, 2025
1409efa
fix?
manuel3108 Jul 5, 2025
bc27fb4
fix?
manuel3108 Jul 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fresh-baboons-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'esrap': patch
---

fix: support more typescript nodes
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@vitest/ui": "^2.1.1",
"acorn": "^8.15.0",
"dts-buddy": "^0.6.2",
"oxc-parser": "^0.75.0",
"prettier": "^3.0.3",
"typescript": "^5.7.2",
"vitest": "^2.1.1",
Expand Down
217 changes: 217 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading