oxc/crates/oxc_codegen
DonIsaac ab187d1e22 refactor(codegen): restrict visibility of internal methods (#6145)
add `pub(crate)` to `Codegen` methods that should only be used within `oxc_codegen`
2024-09-28 14:33:42 +00:00
..
examples improve(codegen): improve oxc_codegen example (#5198) 2024-08-25 14:58:27 +00:00
src refactor(codegen): restrict visibility of internal methods (#6145) 2024-09-28 14:33:42 +00:00
tests/integration fix(codegen): missing parentheses if there is a pure comment before a NewExpression as a ComputedMemberExpression's callee (#6105) 2024-09-27 07:12:31 +00:00
Cargo.toml release(crates): v0.30.4 (#6134) 2024-09-28 13:08:44 +08:00
CHANGELOG.md release(crates): v0.30.4 (#6134) 2024-09-28 13:08:44 +08:00