Donny/강동윤
|
7236a2213e
|
refactor(es/parser): Make some verification logic optional (#3024)
swc_ecma_parser:
- Make dependency on `swc_ecma_visit` optional.
|
2021-12-13 11:39:17 +09:00 |
|
Donny/강동윤
|
e48263b2f3
|
refactor(visit): Remove &dyn Node from Visit (#2984)
swc_visit_macros:
- Remove `&dyn Node` from `Visit`.
- Implement `VisitWith<V>` for `[T]`.
|
2021-12-07 14:34:16 +09:00 |
|
Donny/강동윤
|
1ea965cecb
|
fix(es/parser): Drop outdated options (#2974)
swc_ecma_parser:
- Drop flags in `EsConfig`.
- Drop flags in `TsConfig`.
- Drop unused variants from `SyntaxError`.
|
2021-12-05 17:33:34 +09:00 |
|
David Sherret
|
97df4cef80
|
refactor(es/parser): Remove import_assertions from TsConfig (#2950)
|
2021-12-05 05:43:41 +00:00 |
|
such0624
|
c186aa443a
|
fix(es/parser): Fix parser (#2903)
swc_ecma_parser:
- Fix `skip_ts_parameter_start`. (Closes #2160)
|
2021-11-29 07:46:14 +00:00 |
|
David Sherret
|
b853d4ac95
|
feat(es/parser): Implement more error recovery (#2874)
swc_ecma_parser:
- Recover from unterminated string literals.
|
2021-11-25 23:12:40 +00:00 |
|
RiESAEX
|
cf777c5ba1
|
fix(es/lexer): Fix lexing of hexadecimal escape sequences (#2838)
|
2021-11-24 05:26:38 +00:00 |
|
Donny/강동윤
|
79ba13cbb5
|
fix(es/parser): Fix comments of empty modules (#2828)
swc_ecma_parser:
- Use correct span for storing comments when module is empty.
|
2021-11-22 01:02:28 +09:00 |
|
Donny/강동윤
|
9525ea178f
|
fix(es/parser): Fix span of empty modules (#2827)
swc_ecma_parser:
- Don't use dummy span for empty modules.
|
2021-11-21 23:42:36 +09:00 |
|
David Sherret
|
338b8fd98e
|
fix(es/parser): Fix span of named export (#2813)
swc_ecma_parser:
- Include semicolon in span of a named export.
|
2021-11-20 15:52:08 +09:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|