Conversation
Monitor Oxc
|
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 35b11768be
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| "name": "oxc-parser", | ||
| "version": "0.120.0", | ||
| "version": "0.121.0", |
There was a problem hiding this comment.
Publish @oxc-project/types before releasing oxc-parser
When this push hits main, release_napi_parser.yml and release_types.yml run independently. napi/parser/package.json still depends on @oxc-project/types via workspace:^, and pnpm rewrites that to ^0.121.0 at publish time, so oxc-parser@0.121.0 can be published before @oxc-project/types@0.121.0 exists on npm. In that window, npm/pnpm install oxc-parser@0.121.0 fails because the required types package version is not yet resolvable. This release needs explicit workflow ordering or the parser bump deferred until the types package is live.
Useful? React with 👍 / 👎.
🚀 Features
accessorwith legacy decorators (feat(transformer): support loweringaccessorwith legacy decorators #20348) (Dunqing)🐛 Bug Fixes
Objectinstead ofvoid 0for untyped getter/setterdesign:typemetadata (fix(transformer): emitObjectinstead ofvoid 0for untyped getter/setterdesign:typemetadata #20488) (Dunqing)