mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
## [0.24.1] - 2024-08-10 ### Features -b3c3125linter: Overhaul unicorn/no-useless-spread (#4791) (DonIsaac) -c519295minifier: Add `InjectGlobalVariables` plugin (`@rollup/plugin-inject`) (#4759) (Boshen) ### Bug Fixes -fff9da3ast, ast_codegen: Use `generate_derive` instead of visitable for generating span derives. (#4747) (rzvxa) -f5eeebdast_macros: Raise compile error on invalid `generate_derive` input. (#4766) (rzvxa) -4d0b40anapi/transform: Fix wrong isolated declarations emit (Boshen) ### Refactor -daa0b2east: `oxc_ast` crate re-export AST types from other crates (#4773) (overlookmotel) -d4a3be8ast_codegen: Line breaks between types in layout assertions (#4781) (overlookmotel) -dbb5f4cast_codegen: Remove unnecessary imports from generated files (#4774) (overlookmotel) -7ea058dast_codegen: Replace Windows-style line breaks with Unix-style (#4769) (overlookmotel) -2dea0caast_codegen: Consistent import order (#4761) (overlookmotel) Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
25 lines
No EOL
543 B
JSON
25 lines
No EOL
543 B
JSON
{
|
|
"name": "oxc-parser",
|
|
"version": "0.24.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"
|
|
]
|
|
} |