-
-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: output typescript to a separate package
- Loading branch information
1 parent
ab56898
commit a20f980
Showing
7 changed files
with
1,478 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Oxc Types | ||
|
||
Typescript definitions for Oxc AST nodes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "@types/oxc", | ||
"version": "0.32.0", | ||
"description": "Types for Oxc AST nodes", | ||
"keywords": [ | ||
"AST", | ||
"Parser" | ||
], | ||
"author": "Boshen and oxc contributors", | ||
"license": "MIT", | ||
"homepage": "https://oxc.rs", | ||
"bugs": "https://github.com/oxc-project/oxc/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/oxc-project/oxc.git", | ||
"directory": "npm/oxc-types" | ||
}, | ||
"funding": { | ||
"url": "https://github.com/sponsors/Boshen" | ||
}, | ||
"main": "", | ||
"types": "src/index.d.ts", | ||
"files": [ | ||
"src/index.d.ts", | ||
"src/generated/types.d.ts" | ||
] | ||
} |
Oops, something went wrong.