Donny/강동윤
|
98e4845fce
|
build(repo): Update rustc (#4667)
|
2022-05-15 09:03:54 +00:00 |
|
Donny/강동윤
|
11726cc0e1
|
perf(es/parser): Optimize for cpu code cache (#4666)
|
2022-05-15 08:39:09 +00:00 |
|
SWC Bot
|
97808349a2
|
chore: Publish crates
|
2022-05-11 16:17:07 +00:00 |
|
Donny/강동윤
|
67942d5731
|
feat(common): Reserve BytePos(0) for dummy spans (#4616)
|
2022-05-11 16:14:42 +00:00 |
|
Donny/강동윤
|
2c861bd9e5
|
feat(es/ast): Improve Id APIs (#4614)
# API Changes
- `Ident` now has `to_id()`. This method is added to allow removing an import.
|
2022-05-11 12:02:14 +09:00 |
|
SWC Bot
|
e4ce388632
|
chore: Publish crates
|
2022-05-06 04:10:39 +00:00 |
|
William Tetlow
|
e2fde1a9a7
|
fix(es/parser): Revert #4287 (#4542)
|
2022-05-06 04:07:00 +00:00 |
|
SWC Bot
|
416312d0d7
|
chore: Publish crates
|
2022-05-06 03:48:41 +00:00 |
|
William Tetlow
|
28310596a6
|
fix(es/parser): Revert #4067 (#4540)
|
2022-05-06 12:46:15 +09:00 |
|
Donny/강동윤
|
a6d404a8c2
|
chore(repo): Configure prettier (#4523)
|
2022-05-04 14:25:28 +00:00 |
|
SWC Bot
|
5b12a68cc7
|
chore: Publish crates
|
2022-05-04 05:48:37 +00:00 |
|
Pig Fang
|
0e0ded121c
|
feat(es/parser): Reject accessors named constructor (#4520)
|
2022-05-04 05:45:57 +00:00 |
|
SWC Bot
|
9fc3d2ce58
|
chore: Publish crates
|
2022-04-30 12:59:38 +00:00 |
|
Pig Fang
|
857e798194
|
feat(es/parser): Reject private field called #constructor (#4491)
|
2022-04-30 12:56:55 +00:00 |
|
SWC Bot
|
8c520919fd
|
chore: Publish crates
|
2022-04-28 02:11:23 +00:00 |
|
Pig Fang
|
393cfa84b6
|
fix(es/parser): Throw syntax error for missing function expr body (#4462)
|
2022-04-28 02:08:17 +00:00 |
|
SWC Bot
|
bcef90dc97
|
chore: Publish crates
|
2022-04-27 03:10:17 +00:00 |
|
Pig Fang
|
df7b3f611a
|
feat(es/parser): Reject indirect opt chain in assignment (#4447)
|
2022-04-27 03:07:57 +00:00 |
|
SWC Bot
|
4bdc198a55
|
chore: Publish crates
|
2022-04-25 23:13:22 +00:00 |
|
Pig Fang
|
465cc2f929
|
fix(es/parser): Fix top-level await with binary expr (#4426)
|
2022-04-25 23:10:59 +00:00 |
|
SWC Bot
|
3e2931e878
|
chore: Publish crates
|
2022-04-24 03:06:59 +00:00 |
|
Pig Fang
|
6dc64c9ca0
|
feat(es/parser): Reject 'use strict' with non-simple params list in TS (#4416)
|
2022-04-24 03:04:38 +00:00 |
|
SWC Bot
|
cda7fc2264
|
chore: Publish crates
|
2022-04-23 14:47:56 +00:00 |
|
Pig Fang
|
da02c9dc50
|
feat(es/parser): Reject invalid new.target (#4406)
|
2022-04-23 14:45:11 +00:00 |
|
SWC Bot
|
5a8250610a
|
chore: Publish crates
|
2022-04-23 05:46:23 +00:00 |
|
Pig Fang
|
c96e32243c
|
feat(es/parser): Reject invalid regex flags (#4404)
|
2022-04-23 05:43:52 +00:00 |
|
Donny/강동윤
|
6b1501cf0f
|
chore: Publish crates
|
2022-04-22 10:44:27 +09:00 |
|
Pig Fang
|
59f63da560
|
feat(es/parser): Reject await expr with ** (#4395)
|
2022-04-22 01:40:14 +00:00 |
|
OJ Kwon
|
8419b60430
|
fix(plugin): Align deps to fix build (#4377)
|
2022-04-20 08:05:02 +00:00 |
|
SWC Bot
|
55708ba272
|
chore: Publish crates
|
2022-04-19 22:16:46 +00:00 |
|
Hannes Bornö
|
3bdf5a8960
|
fix(es/lexer): Fix handling of object properties with the name function (#4374)
|
2022-04-20 07:14:20 +09:00 |
|
Donny/강동윤
|
bf761752f1
|
test(es/parser): Add a test for a fixed issue (#4357)
|
2022-04-17 22:44:46 +00:00 |
|
Donny/강동윤
|
8309440008
|
chore(es): Rename benchmarks (#4355)
|
2022-04-17 18:36:15 +00:00 |
|
SWC Bot
|
8937e1c499
|
chore: Publish crates
|
2022-04-16 15:27:34 +00:00 |
|
Pig Fang
|
31b3336cd5
|
fix(es/parser): Reject optional constructor call (#4340)
|
2022-04-16 15:18:14 +00:00 |
|
SWC Bot
|
8191762dd5
|
chore: Publish crates
|
2022-04-15 14:18:51 +00:00 |
|
Pig Fang
|
ea466afdc8
|
fix(es/parser): Make parsing of TS InstantiationExpr more permissive (#4332)
|
2022-04-15 14:16:31 +00:00 |
|
SWC Bot
|
995b4367cc
|
chore: Publish crates
|
2022-04-15 07:39:50 +00:00 |
|
Donny/강동윤
|
7599fe7431
|
fix(es/parser): Enable static blocks by default (#4334)
|
2022-04-15 07:31:41 +00:00 |
|
SWC Bot
|
845312ee45
|
chore: Publish crates
|
2022-04-14 00:53:25 +00:00 |
|
Pig Fang
|
37aec5b199
|
refactor(es/parser): Simplify logic (#4329)
|
2022-04-14 09:50:54 +09:00 |
|
SWC Bot
|
bef183e74a
|
chore: Publish crates
|
2022-04-13 19:18:56 +00:00 |
|
Pig Fang
|
1c3d1af01c
|
feat(es/parser): Support extends clause to infer type (#4326)
|
2022-04-13 19:16:15 +00:00 |
|
SWC Bot
|
fa880634bd
|
chore: Publish crates
|
2022-04-11 20:05:28 +00:00 |
|
magic-akari
|
d0de5a63a0
|
feat(es): Support typeof with private fields (#4302)
|
2022-04-11 20:02:51 +00:00 |
|
那里好脏不可以
|
37a8c90750
|
chore(*): Typo + fomatting (#4304)
|
2022-04-11 18:45:58 +00:00 |
|
OJ Kwon
|
fad652f879
|
chore(plugin): Align version of swc_common to include dummy comment api (#4270)
|
2022-04-07 07:21:37 +00:00 |
|
SWC Bot
|
55418fb4fe
|
chore: Publish crates
|
2022-04-07 03:45:35 +00:00 |
|
Hannes Bornö
|
674275c824
|
feat(es/parser): Report more errors (#4244)
|
2022-04-07 03:43:10 +00:00 |
|
SWC Bot
|
ed2815baec
|
chore: Publish crates
|
2022-04-07 03:18:28 +00:00 |
|