RiESAEX
|
cf777c5ba1
|
fix(es/lexer): Fix lexing of hexadecimal escape sequences (#2838)
|
2021-11-24 05:26:38 +00:00 |
|
Donny/강동윤
|
6b96a3d8ed
|
feat: Enable logging of timings (#2833)
swc_timer:
- Add `Timer`.
- Add `timer!()`.
node:
- Enable logging.
|
2021-11-22 21:01:08 +09:00 |
|
Donny
|
46e722559e
|
chore: Publish crates
|
2021-11-22 01:02:49 +09: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
|
a392a4c0fd
|
chore: Publish crates
|
2021-11-21 23:43:31 +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 |
|
Donny
|
e39748ed4a
|
chore: Publish crates
|
2021-11-20 15:52:34 +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
|
4e8cb5dbfd
|
chore: Publish crates
|
2021-11-18 15:46:30 +09:00 |
|
RiESAEX
|
1caa61a182
|
fix(es/parser): Allow static /declare to be optional class property name (#2782)
|
2021-11-18 06:46:07 +00:00 |
|
Donny
|
7fcbdf20dd
|
chore: Publish crates
|
2021-11-17 13:50:10 +09:00 |
|
Max Graey
|
1bb2c687c0
|
refactor(es/parser): Simplify skip_line_comment (#2768)
|
2021-11-17 13:49:43 +09:00 |
|
Donny/강동윤
|
2462b9941f
|
refactor: Cleanup (#2749)
|
2021-11-15 15:24:25 +09:00 |
|
Donny
|
3294a35417
|
chore: Publish crates
|
2021-11-12 21:27:00 +09:00 |
|
RiESAEX
|
6e10168207
|
fix(es/parser): Check for more typescript class names (#2732)
swc_ecma_parser:
- Check for more invalid typescript class names. (Closes #1218)
|
2021-11-12 21:26:37 +09:00 |
|
Donny
|
544835a3a5
|
chore: Publish crates
|
2021-11-11 23:37:43 +09:00 |
|
RiESAEX
|
11d1fa56c0
|
fix(es/lexer): Fix handling of jsx escapes (#2723)
swc_ecma_parser:
- Remove logic for unescaping jsx escapes. (Closes #2162)
|
2021-11-11 14:37:21 +00:00 |
|
Donny/강동윤
|
665c8e05fc
|
fix(es): Move TargetEnv to loader from ast (#2719)
swc_ecma_ast:
- Move `TargetEnv` to `swc_ecma_loader`.
swc_ecma_loader:
- Drop unused dependencies.
|
2021-11-11 20:00:46 +09:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|