swc/crates/swc_ecma_parser/src/parser
2023-03-10 06:26:14 +00:00
..
expr perf(es/ast): Shrink size of Expr (#7041) 2023-03-09 13:34:11 +00:00
jsx feat(es/ast): Add raw to Num (#4245) 2022-04-05 12:46:35 +00:00
stmt feat(es/typescript): Support export type * from "mod" (#6867) 2023-02-28 06:01:37 +00:00
class_and_fn.rs fix(es/parser): Handle class members with accessor as the name (#7046) 2023-03-10 06:26:14 +00:00
expr.rs perf(es/ast): Shrink size of Expr (#7041) 2023-03-09 13:34:11 +00:00
ident.rs fix(es/parser): Fix false-positives of yield used as a parameter in generator (#5564) 2022-08-21 08:30:54 +00:00
input.rs fix(es/parser): Fix parsing of regexp (#6469) 2022-11-18 07:16:22 +00:00
jsx.rs fix(es/parser): Fix parsing of an array spread in tsx properties (#7011) 2023-03-05 07:28:01 +00:00
macros.rs chore(common): Update rustc (#4828) 2022-05-28 07:07:58 +00:00
mod.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
object.rs fix(es/parser): Parse types in CallExpression inside templates (#6611) 2022-12-10 00:05:25 +00:00
pat.rs fix(es/parser): Allow as in destructuring assignment (#5948) 2022-09-25 10:29:33 +09:00
stmt.rs feat(es/typescript): Support export type * from "mod" (#6867) 2023-02-28 06:01:37 +00:00
tests.rs fix(es/parser): Allow initializer of the var of for-in loop in non-strict mode (#5038) 2022-06-25 10:02:43 +00:00
typescript.rs feat(es/parser): Add an option to disallow ambiguous jsx (#6913) 2023-03-03 02:47:09 +00:00
util.rs fix(es/parser): Fix parsing of TS satisfies expressions (#6354) 2022-11-07 03:56:15 +00:00