mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
## [0.30.3] - 2024-09-27 ### Bug Fixes -a8338ddisolated-declarations: Accidentally collected references of original ast (#6102) (Dunqing) -933a743semantic: Add interfaces and functions to `SymbolFlags::ClassExcludes` (#6057) (DonIsaac) ### Documentation -6167f29oxc-transform: Modify the example code in the `Readme` file (#6103) (loong.woo) --------- Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
25 lines
No EOL
543 B
JSON
25 lines
No EOL
543 B
JSON
{
|
|
"name": "oxc-parser",
|
|
"version": "0.30.3",
|
|
"description": "Oxc Parser Node API",
|
|
"keywords": [
|
|
"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-parser"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
]
|
|
} |