swc/crates/swc_ecma_parser/tests
2022-02-25 12:50:04 +00:00
..
binding-pattern refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
comments fix(es/parser): Don't attach comments to ; (#3720) 2022-02-24 07:23:53 +00:00
common refactor(*): Cleanup (#3274) 2022-01-15 16:43:34 +09:00
jsx fix(es/parser): Emit an error for non-last rest element in an object pattern (#3675) 2022-02-23 13:08:46 +09:00
shifted/empty-with-comments fix(es/parser): Fix comments of empty modules (#2828) 2021-11-22 01:02:28 +09:00
span fix(es/parser): Fix the span of an export declaration containing a const enum (#3701) 2022-02-24 04:36:05 +00:00
test262-error-references/fail fix(es/compat): Fix handling of private getters and setters (#3695) 2022-02-25 06:08:35 +00:00
test262-parser@0e808c74fb refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
tsc fix(es/parser): Fix the span of an export declaration containing a const enum (#3701) 2022-02-24 04:36:05 +00:00
typescript fix(es/parser): Handle trailing comma and bracket after an arrow function in conditional (#3685) 2022-02-25 12:50:04 +00:00
typescript-errors fix(es/parser): Disallow using reserved words as an expression in typescript (#3697) 2022-02-23 14:57:01 +00:00
comments.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
jsx.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
span.rs refactor(es/ast): Change definition of optional chaining expressions (#3645) 2022-02-21 07:12:09 +00:00
test262.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
typescript.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
visitor.rs refactor(visit): Remove &dyn Node from Visit (#2984) 2021-12-07 14:34:16 +09:00