mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
## [0.17.1] - 2024-07-06 ### Bug Fixes -aa585d3ast_codegen, ast: Visit `ExpressionArrayElement` as `Expression`. (#4061) (rzvxa) -564a75acodegen: Missing TypeParameters in TSConstructSignature (#4063) (michaelm) -adee728isolated_declarations: Don't report an error for parameters if they are ObjectPattern or ArrayPattern with an explicit type (#4065) (michaelm) -1b8f208isolated_declarations: Correct emit for private static methods (#4064) (michaelm) -719fb96minifier: Omit dce `undefined` which can be a shadowed variable (#4073) (Boshen) -150f4d9napi/transform: Display error with spanned messages (Boshen) ### Performance -7fe2a2fparser: Do not copy comments (#4067) (overlookmotel) ### Refactor -8fa98e0ast: Inline trivial functions and shorten code (#4066) (overlookmotel) -65aee19isolated-declarations: Reorganize scope tree (#4070) (Luca Bruno) Co-authored-by: Boshen <Boshen@users.noreply.github.com>
25 lines
No EOL
555 B
JSON
25 lines
No EOL
555 B
JSON
{
|
|
"name": "oxc-transform",
|
|
"version": "0.17.1",
|
|
"description": "Oxc transform Node API",
|
|
"keywords": [
|
|
"transform"
|
|
],
|
|
"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-transform"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
]
|
|
} |