mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
## [0.47.1] - 2025-01-19 ### Features -ee8ee55napi/parser: Add `.hasChanged()` to `MagicString` (#8586) (Boshen) -1bef911napi/parser: Add source map API (#8584) (Boshen) ### Bug Fixes -7b219a9minifier: Fix dce shadowed undefined (#8582) (Boshen) -7421a52transformer/typescript: Correctly resolve references to non-constant enum members (#8543) (branchseer) Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"name": "oxc-parser",
|
|
"version": "0.47.1",
|
|
"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",
|
|
"bindings.js"
|
|
],
|
|
"dependencies": {
|
|
"@oxc-project/types": "workspace:^"
|
|
}
|
|
}
|