swc/crates/swc_ecma_parser/tests
Donny/강동윤 b8fe04f720
feat(common): Add contexts to the error messages (#6526)
**Description:**

This PR makes the error reporter print contexts.

**Related issue:**

 - https://github.com/swc-project/swc/issues/6525.
2022-11-29 00:56:47 +09:00
..
binding-pattern refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
comments feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
common feat(es/ast): Add raw to Num (#4245) 2022-04-05 12:46:35 +00:00
errors feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
jsx feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
shifted/empty-with-comments feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
span feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
test262-error-references/fail feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
test262-parser@0e808c74fb refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
tsc fix(es/parser): Fix parsing of TS satisfies expressions (#6354) 2022-11-07 03:56:15 +00:00
typescript fix(es/parser): Fix parsing of arrow in cond (#6067) 2022-10-17 08:31:11 +00:00
typescript-errors feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
comments.rs fix(es/parser): Enable static blocks by default (#4334) 2022-04-15 07:31:41 +00:00
errors.rs fix(es/parser): Handle more TS1185 (#5834) 2022-09-13 02:16:22 +00:00
jsx.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
span.rs fix(es/parser): Enable static blocks by default (#4334) 2022-04-15 07:31:41 +00:00
test262.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 refactor: Refactor code using clippy (#5863) 2022-09-14 15:05:59 +00:00
visitor.rs refactor(visit): Remove &dyn Node from Visit (#2984) 2021-12-07 14:34:16 +09:00