Skip to content

Commit 3f5ee6f

Browse files
CopilotBoshen
andcommitted
Revert CHANGELOG.md files and non-documentation typo fixes per feedback
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
1 parent d30d93a commit 3f5ee6f

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

crates/oxc_ast/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
13111311

13121312
## [0.32.0] - 2024-10-19
13131313

1314-
- 5200960 oxc: [**BREAKING**] Remove passing `Trivia` around (#6446) (Boshen)
1314+
- 5200960 oxc: [**BREAKING**] Remove passing `Trivias` around (#6446) (Boshen)
13151315

13161316
- 2808973 ast: [**BREAKING**] Add `Program::comments` (#6445) (Boshen)
13171317

@@ -1431,7 +1431,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
14311431

14321432
### Bug Fixes
14331433

1434-
- 28b934c coverage: Apply `always_strict` to test262 and typescript per the specification (#5555) (Boshen)
1434+
- 28b934c coverage: Apply `always_strict` to test262 and typescript per the specifcation (#5555) (Boshen)
14351435
- 0511d55 regular_expression: Report more MayContainStrings error in (nested)class (#5661) (leaysgur)
14361436

14371437
### Performance
@@ -1797,7 +1797,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
17971797

17981798
- e32b4bc ast: [**BREAKING**] Store trivia comments in a sorted slice (#4045) (Luca Bruno)
17991799

1800-
- 1df6ac0 ast: [**BREAKING**] Rename `visit_enum_member` to `visit_ts_enum_member`. (#4000) (rzvxa)
1800+
- 1df6ac0 ast: [**BREAKING**] Rename `visit_enum_memeber` to `visit_ts_enum_member`. (#4000) (rzvxa)
18011801

18021802
- 4a0eaa0 ast: [**BREAKING**] Rename `visit_enum` to `visit_ts_enum_declaration`. (#3998) (rzvxa)
18031803

@@ -2103,7 +2103,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
21032103

21042104
### Refactor
21052105

2106-
- 0f86333 ast: Refactor `Trivia` API - have less noise around it (#2692) (Boshen)
2106+
- 0f86333 ast: Refactor `Trivias` API - have less noise around it (#2692) (Boshen)
21072107
- cba1e2f ast: Import `Tsify` to shorten code (#2665) (overlookmotel)
21082108
- a01cf9f ast: Remove `Serialize` impls for Identifier types (#2651) (overlookmotel)
21092109
- 6b5723c ast: Shorten manual TS defs (#2638) (overlookmotel)- 89e8d15 Derive `SerAttrs` on all AST types (#2698) (overlookmotel)- 3c1e0db Reduce `cfg_attr` boilerplate with `SerAttrs` derive (#2669) (overlookmotel)- d76ee6b "wasm" feature enable "serde" feature (#2639) (overlookmotel)
@@ -2167,8 +2167,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
21672167

21682168
### Bug Fixes
21692169

2170-
- 2eb489e codegen: Format new expression + import expression with the correct parentheses (#2346) (Dunqing)
2171-
- b5e43fb linter: Fix no_dupe_keys false positive on similar key names (#2291) (Boshen)
2170+
- 2eb489e codegen: Format new expession + import expression with the correct parentheses (#2346) (Dunqing)
2171+
- b5e43fb linter: Fix no_dupe_keys false postive on similar key names (#2291) (Boshen)
21722172

21732173
### Refactor
21742174

@@ -2197,7 +2197,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
21972197

21982198
### Bug Fixes
21992199

2200-
- ea8cc98 ast: AccessorProperty is missing decorators (#2176) (Dunqing)
2200+
- ea8cc98 ast: AcessorProperty is missing decorators (#2176) (Dunqing)
22012201
- 2f5afff parser: Fix crash on TSTemplateLiteralType in function return position (#2089) (Boshen)
22022202

22032203
### Refactor

crates/oxc_codegen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
515515

516516
- a1752a0 codegen: Fix incorrect minified `return 1n` output (#8374) (Boshen)
517517
- 5a648bc codegen: Fix white space issue with do statements (#8348) (Boshen)
518-
- b6d16f4 codegen: Print parenthesis on negative bigint lit when necessary (#8258) (camc314)
518+
- b6d16f4 codegen: Print parenthesis on negative bigint lit when neccessary (#8258) (camc314)
519519
- 8ed9766 codegen: Source map builder panicked because it attempted to subtract with overflow in `search_original_line_and_column` (#8185) (Dunqing)
520520
- ad61e70 codegen: Print if else without block with proper indentation (#8135) (Boshen)
521521

crates/oxc_mangler/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
122122
### Refactor
123123

124124
- c31b53f mangler: Reduce scope of `unsafe` blocks (#9321) (overlookmotel)
125-
- f10a6da mangler: Move base54 into separate mod (#9278) (Cameron)
125+
- f10a6da mangler: Move base54 into seperate mod (#9278) (Cameron)
126126

127127
## [0.52.0] - 2025-02-21
128128

crates/oxc_semantic/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
769769

770770
## [0.32.0] - 2024-10-19
771771

772-
- 5200960 oxc: [**BREAKING**] Remove passing `Trivia` around (#6446) (Boshen)
772+
- 5200960 oxc: [**BREAKING**] Remove passing `Trivias` around (#6446) (Boshen)
773773

774774
- 2808973 ast: [**BREAKING**] Add `Program::comments` (#6445) (Boshen)
775775

@@ -1367,7 +1367,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
13671367

13681368
### Performance
13691369

1370-
- 10d1de5 semantic: Remove unnecessary allocation in builder (#3867) (DonIsaac)- 4f7ff7e Do not pass `&Atom` to functions (#3818) (overlookmotel)
1370+
- 10d1de5 semantic: Remove uneccessary allocation in builder (#3867) (DonIsaac)- 4f7ff7e Do not pass `&Atom` to functions (#3818) (overlookmotel)
13711371

13721372
### Refactor
13731373

@@ -1413,7 +1413,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
14131413

14141414
- 84304b4 linter: Add a `ctx.module_record()` method (#3637) (Boshen)
14151415
- 7d61832 semantic: Pass `Rc` by value (#3586) (overlookmotel)
1416-
- 5793ff1 transformer: Replace `&’a Trivias` with `Rc<Trivia>` (#3580) (Dunqing)
1416+
- 5793ff1 transformer: Replace `&’a Trivias` with `Rc<Trivias>` (#3580) (Dunqing)
14171417
- 60cbdec traverse: `generate_uid_in_root_scope` method (#3611) (overlookmotel)
14181418

14191419
## [0.13.4] - 2024-06-07
@@ -1560,7 +1560,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
15601560

15611561
### Refactor
15621562

1563-
- 0f86333 ast: Refactor `Trivia` API - have less noise around it (#2692) (Boshen)
1563+
- 0f86333 ast: Refactor `Trivias` API - have less noise around it (#2692) (Boshen)
15641564
- cba1e2f ast: Import `Tsify` to shorten code (#2665) (overlookmotel)
15651565
- 6b5723c ast: Shorten manual TS defs (#2638) (overlookmotel)- cbc2f5f Remove unused dependencies (#2718) (Boshen)- 3c1e0db Reduce `cfg_attr` boilerplate with `SerAttrs` derive (#2669) (overlookmotel)- d76ee6b "wasm" feature enable "serde" feature (#2639) (overlookmotel)- 8001b2f Make `CompactStr` immutable (#2620) (overlookmotel)- 0646bf3 Rename `CompactString` to `CompactStr` (#2619) (overlookmotel)
15661566

crates/oxc_transformer/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
3232
### 🚜 Refactor
3333

3434
- 3541739 transformer/typescript: Take a `Vec` rather than take elements of `Vec` one by one (#12462) (Dunqing)
35-
- 93a5b76 transformer/typescript: Simplify evaluating the value of an enum member without an initializer (#12461) (Dunqing)
35+
- 93a5b76 transformer/typescript: Simplify evaulating the of value an enum member without an initialzier (#12461) (Dunqing)
3636

3737
### ⚡ Performance
3838

@@ -88,7 +88,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
8888

8989
- 23c5951 transformer/legacy-decorator: Decorated fields with the `declare` modifier are not transformed (#12212) (Dunqing)
9090
- e93e4c8 transformer/styled-components: Template literal expressions order is wrong after minification (#12211) (Dunqing)
91-
- bfd47f8 transformer/styled-components: Should use source path to generate file hash when the path is absolute path (#12199) (Dunqing)
91+
- bfd47f8 transformer/styled-components: Should use source path to generate file hash when the path is absoulte path (#12199) (Dunqing)
9292

9393
### 🚜 Refactor
9494

@@ -97,7 +97,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
9797
- 5fffa96 transformer/styled-components: Shorten code (#12215) (overlookmotel)
9898
- eaf1c42 transformer/styled-components: Fix typo (#12214) (overlookmotel)
9999
- 5ad62cd transformer/styled-components: Do not allocate temp data into arena (#12198) (overlookmotel)
100-
- 94796a0 transformer/styled-components: Simplify concatenating strs (#12183) (Dunqing)
100+
- 94796a0 transformer/styled-components: Simplify concating strs (#12183) (Dunqing)
101101
- 046f8d5 transformer/plugins: Short-circuit early when a call expressions is part of `ComputedMemberExpression` (#12181) (Dunqing)
102102
- a6ee13a transformer/plugins: Don't store `PluginOptions` (#12180) (Dunqing)
103103
- 466241d transformer/styled_components: Simplify code (#12175) (overlookmotel)
@@ -420,7 +420,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
420420

421421
### Refactor
422422

423-
- dbe61c5 transformer/module-runner-transform: Remove redundant conversion (#9912) (Dunqing)
423+
- dbe61c5 transformer/module-runner-transform: Remove redundant converison (#9912) (Dunqing)
424424
- ecdfe2e transformer/using: Move work to `exit_static_block` (#9713) (camc314)
425425

426426
## [0.60.0] - 2025-03-18
@@ -854,7 +854,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
854854
- 10a86b9 transformer: Fix comments (#7925) (overlookmotel)
855855
- f4cb5d3 transformer: Clarify comment (#7918) (overlookmotel)
856856
- 41a1456 transformer/class-properties: Correct doc comments (#7966) (overlookmotel)
857-
- 18441af transformer/class-properties: Remove outdated todo for assignment expression (#7955) (Dunqing)
857+
- 18441af transformer/class-properties: Remove oudated todo for assignment expression (#7955) (Dunqing)
858858
- 1317c00 transformer/class-properties: Clarify doc comments (#7914) (overlookmotel)
859859
- 9989b58 transformer/class-properties: Re-order file list in doc comment (#7911) (overlookmotel)
860860
- 7390048 transformer/class-properties: Reformat doc comment (#7909) (overlookmotel)
@@ -966,7 +966,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
966966
### Documentation
967967

968968
- 5806942 transformer/class-properties: Correct doc comment (#7741) (overlookmotel)
969-
- 583b36b transformer/class-properties: Remove outdated todo (#7669) (Dunqing)
969+
- 583b36b transformer/class-properties: Remove oudated todo (#7669) (Dunqing)
970970

971971
### Refactor
972972

@@ -1003,7 +1003,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10031003

10041004
- a784a82 oxc_transformer: Support jsx pragma that are long member expressions (#7538) (IWANABETHATGUY)
10051005
- a23ce15 oxc_transformer: Replace_global_define for assignmentTarget (#7505) (IWANABETHATGUY)
1006-
- 3539f56 transformer/class-properties: Support for transforming `TaggedTemplateExpression` (#7504) (Dunqing)
1006+
- 3539f56 transformer/class-properties: Support for transforming `TaggedTemplateExpresssion` (#7504) (Dunqing)
10071007

10081008
### Bug Fixes
10091009

@@ -1233,7 +1233,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
12331233

12341234
### Refactor
12351235

1236-
- 7f1d1fe transform: Deserialize `BabelPresets::env` directly (#7051) (Boshen)
1236+
- 7f1d1fe transform: Deserialize `BabelPreests::env` directly (#7051) (Boshen)
12371237
- 76947e2 transform: Refactor Babel Targets (#7026) (Boshen)
12381238
- d03e622 transformer: Do not use `AstBuilder::*_from_*` methods (#7070) (overlookmotel)
12391239
- 9d384ad transformer: Use `identifier_reference_with_reference_id` builder method (#7056) (overlookmotel)

napi/transform/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
5858

5959
### 🐛 Bug Fixes
6060

61-
- bfd47f8 transformer/styled-components: Should use source path to generate file hash when the path is absolute path (#12199) (Dunqing)
61+
- bfd47f8 transformer/styled-components: Should use source path to generate file hash when the path is absoulte path (#12199) (Dunqing)
6262

6363
### 🚜 Refactor
6464

@@ -75,7 +75,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
7575

7676
### 🐛 Bug Fixes
7777

78-
- bfd47f8 transformer/styled-components: Should use source path to generate file hash when the path is absolute path (#12199) (Dunqing)
78+
- bfd47f8 transformer/styled-components: Should use source path to generate file hash when the path is absoulte path (#12199) (Dunqing)
7979

8080
### 🚜 Refactor
8181

npm/oxc-types/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
170170
- 34d5c00 ast/estree: Fix `ExportDefaultDeclaration` node (#10165) (therewillbecode)
171171
- 498b479 ast/estree: Fix `AccessorProperty` node (#10067) (therewillbecode)
172172
- bf90072 ast/estree: Fix `ObjectProperty` node (#10018) (therewillbecode)
173-
- 52f2a40 span/estree: Skip `ModuleKind::Unambiguous` variant for `estree` (#10146) (Dunqing)
173+
- 52f2a40 span/estree: Skip `ModuleKind::Unambiguous` varient for `estree` (#10146) (Dunqing)
174174

175175
## [0.62.0] - 2025-04-01
176176

tasks/coverage/src/typescript/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,18 +312,18 @@ static NOT_SUPPORTED_ERROR_CODES: phf::Set<&'static str> = phf::phf_set![
312312
"9011", // ParamDeclaeter must have an explicit type annotation with --isolatedDeclarations.
313313
"9012", // PropeDeclarty must have an explicit type annotation with --isolatedDeclarations.
314314
"9013", // ExpreDeclassion type can't be inferred with --isolatedDeclarations.
315-
"9015", // Object declarations that contain spread assignments can't be inferred with --isolatedDeclarations.
316-
"9016", // Object declarations that contain shorthand properties can't be inferred with --isolatedDeclarations.
315+
"9015", // ObjecDeclats that contain spread assignments can't be inferred with --isolatedDeclarations.
316+
"9016", // ObjecDeclats that contain shorthand properties can't be inferred with --isolatedDeclarations.
317317
"9017", // Only Declaconst arrays can be inferred with --isolatedDeclarations.
318318
"9018", // ArrayDeclas with spread elements can't inferred with --isolatedDeclarations.
319319
"9019", // BindiDeclang elements can't be exported directly with --isolatedDeclarations.
320320
"9020", // Enum Declamember initializers must be computable without references to external symbols with --isolatedDeclarations.
321-
"9021", // Extends clause can't contain an expression with --isolatedDeclarations.
321+
"9021", // ExtenDeclads clause can't contain an expression with --isolatedDeclarations.
322322
"9022", // InferDeclaence from class expressions is not supported with --isolatedDeclarations.
323323
"9023", // AssigDeclaning properties to functions without declaring them is not supported with --isolatedDeclarations. Add an explicit declaration for the properties assigned to this function.
324324
"9026", // DeclaDeclaration emit for this file requires preserving this import for augmentations. This is not supported with --isolatedDeclarations.
325325
"9037", // DefauDeclalt exports can't be inferred with --isolatedDeclarations.
326-
"9038", // Computed property names on class or object literals cannot be inferred with --isolatedDeclarations.
326+
"9038", // CompuDeclated property names on class or object literals cannot be inferred with --isolatedDeclarations.
327327
"17004", // Cannot use JSX unless the '--jsx' flag is provided.
328328
"17016", // The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.
329329
"17017", // An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments.

0 commit comments

Comments
 (0)