oxc/napi/transform
oxc-bot 857bc73302
Release crates v0.24.1 (#4798)
## [0.24.1] - 2024-08-10

### Features

- b3c3125 linter: Overhaul unicorn/no-useless-spread (#4791) (DonIsaac)
- c519295 minifier: Add `InjectGlobalVariables` plugin
(`@rollup/plugin-inject`) (#4759) (Boshen)

### Bug Fixes

- fff9da3 ast, ast_codegen: Use `generate_derive` instead of visitable
for generating span derives. (#4747) (rzvxa)
- f5eeebd ast_macros: Raise compile error on invalid `generate_derive`
input. (#4766) (rzvxa)
- 4d0b40a napi/transform: Fix wrong isolated declarations emit (Boshen)

### Refactor

- daa0b2e ast: `oxc_ast` crate re-export AST types from other crates
(#4773) (overlookmotel)
- d4a3be8 ast_codegen: Line breaks between types in layout assertions
(#4781) (overlookmotel)
- dbb5f4c ast_codegen: Remove unnecessary imports from generated files
(#4774) (overlookmotel)
- 7ea058d ast_codegen: Replace Windows-style line breaks with Unix-style
(#4769) (overlookmotel)
- 2dea0ca ast_codegen: Consistent import order (#4761) (overlookmotel)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2024-08-10 15:26:40 +08:00
..
src fix(napi/transform): fix wrong isolated declarations emit 2024-08-08 14:36:41 +08:00
build.rs refactor(napi): change "isolated declarations" to "transform" (#3721) 2024-06-17 14:09:18 +00:00
Cargo.toml Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
CHANGELOG.md Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
index.d.ts fix(napi/transform): update napi files 2024-08-06 19:35:58 +08:00
index.js fix(napi/transform): update napi files 2024-08-06 19:35:58 +08:00
package-lock.json chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
package.json chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
pnpm-lock.yaml chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
test.mjs fix(napi/transform): display error with spanned messages 2024-07-05 23:41:39 +08:00