LongYinan
|
9608605772
|
build(node-swc): Fix GLIBC < 2.18 compatible issues and android arm binary loading issue (#3314)
|
2022-01-20 02:21:24 +00:00 |
|
Donny
|
1bd01b4829
|
chore: Publish crates
|
2022-01-20 10:34:54 +09:00 |
|
David Campion
|
5af79f634b
|
doc(repo): Update contributing docs (#3298)
|
2022-01-20 10:08:28 +09:00 |
|
Donny
|
ca2598391c
|
chore: Publish v1.2.131
|
2022-01-19 23:33:01 +09:00 |
|
Donny
|
11aac9b89f
|
chore: Publish crates
|
2022-01-19 23:17:46 +09:00 |
|
Donny/강동윤
|
b4d21bf077
|
fix(es/minifier): Prevent infinite loop due to negation (#3310)
swc_ecma_minifier:
- Don't mark as modified while negating.
|
2022-01-19 23:17:17 +09:00 |
|
Donny
|
70ce6a0e32
|
chore: Publish crates
|
2022-01-19 23:12:32 +09:00 |
|
Austaras
|
9e636c7e58
|
refactor(es): Add visit_obj_and_computed macro (#3304)
|
2022-01-19 23:11:52 +09:00 |
|
Donny
|
b4f268fa23
|
chore: Publish crates
|
2022-01-19 17:39:58 +09:00 |
|
Donny/강동윤
|
1aa494b1c0
|
fix(es/minifier): Fix logic for checking arguments (#3313)
swc_ecma_minifier:
- Don't mark `arguments` in nested scope as a inline blocker.
|
2022-01-19 17:39:24 +09:00 |
|
Donny
|
4966af8273
|
chore: Publish crates
|
2022-01-19 16:38:33 +09:00 |
|
Donny/강동윤
|
289122009b
|
refactor(es/minifier): Fix clippy warnings (#3312)
|
2022-01-19 16:37:55 +09:00 |
|
OJ Kwon
|
7ba8a83881
|
test(plugin/runner): Pin dependencies for the integration test (#3306)
|
2022-01-19 05:01:45 +00:00 |
|
Donny
|
173a3a2ac9
|
chore: Publish crates
|
2022-01-19 13:25:21 +09:00 |
|
Donny/강동윤
|
18cd98e54c
|
doc(swc): Document typescript::strip (#3305)
|
2022-01-19 13:24:35 +09:00 |
|
Donny
|
dca1c919c2
|
chore: Publish crates
|
2022-01-18 20:52:56 +09:00 |
|
Donny/강동윤
|
8e796cdc0a
|
fix(es/minifier): Don't emit invalid code (#3302)
swc_ecma_minifier:
- Add lots of debug assertions for invalid codes.
- Remove all invalid AST nodes eagerly.
- `pure`: Normalize `PatOrExpr`.
- `analyzer`: Handle `PatOrExpr` correctly.
|
2022-01-18 20:52:21 +09:00 |
|
Donny
|
1e4bf76c2b
|
chore: Publish crates
|
2022-01-18 16:46:13 +09:00 |
|
Donny/강동윤
|
210ecf83bb
|
feat(es/minifier): Drop more expressions from parallel optimizer (#3303)
swc_ecma_minifier:
- `pure`: Implement more rule for dropping useless expressions.
|
2022-01-18 16:45:47 +09:00 |
|
Donny
|
cea7d21ca4
|
chore: Publish crates
|
2022-01-18 12:52:37 +09:00 |
|
Donny/강동윤
|
18a11d7c8f
|
fix(es/minifier): Remove more side-effect-free expressions. (#3301)
swc_ecam_minifier:
- `pure`: Drop more binary expressions.
- `pure`: Drop more literals.
|
2022-01-18 12:51:31 +09:00 |
|
Donny
|
3d7d96588e
|
chore: Publish crates
|
2022-01-18 12:26:37 +09:00 |
|
OJ Kwon
|
c6ffdc8717
|
feat(plugin): Add PluginError (#3300)
|
2022-01-18 12:26:04 +09:00 |
|
Donny
|
5a08327784
|
chore: Publish crates
|
2022-01-18 11:30:19 +09:00 |
|
asquared31415
|
641265b147
|
fix(common): Use siphasher directly and upgrade transitive dependencies to avoid UB (#3299)
|
2022-01-18 11:29:53 +09:00 |
|
Donny
|
d7964dd547
|
chore: Publish crates
|
2022-01-17 22:42:52 +09:00 |
|
Donny
|
ba4083959f
|
chore: Publish crates
|
2022-01-17 22:41:25 +09:00 |
|
Austaras
|
89235b8294
|
fix(es/compat): Apply static_blocks before class_properties (#3292)
|
2022-01-17 13:20:02 +00:00 |
|
Donny
|
be33d20baf
|
chore: Publish crates
|
2022-01-17 16:18:53 +09:00 |
|
Donny/강동윤
|
9a898951bc
|
fix(es/resolver): Ignore names of jsx attributes (#3289)
swc_ecma_transforms_base:
- Ignore names of jsx attributes. (Closes #2854)
|
2022-01-17 16:18:07 +09:00 |
|
Donny
|
d696c324fb
|
chore: Publish crates
|
2022-01-17 16:05:12 +09:00 |
|
Satish Srinivasan
|
2352920889
|
feat(es/compat): Use remove useless source map entries generated by classes (#3242)
|
2022-01-17 06:48:31 +00:00 |
|
Donny
|
a424ac30ed
|
chore: Publish crates
|
2022-01-17 15:17:30 +09:00 |
|
Donny/강동윤
|
fa5c063144
|
fix(es/minifier): Inline into interpolations in tagged template literals (#3287)
swc_ecma_minifier:
- Inline into tagged template literals. (Closes #2923)
|
2022-01-17 15:17:01 +09:00 |
|
Donny
|
023fc956ae
|
chore: Publish crates
|
2022-01-17 14:30:25 +09:00 |
|
Donny/강동윤
|
b55ae4b312
|
fix(es/minifier): Fix analysis of unary expressions (#3286)
swc_ecma_minifier:
- Mark update as usage and assignment. (Closes #3265)
|
2022-01-17 14:28:35 +09:00 |
|
Donny
|
a282146f7f
|
chore: Publish v1.2.130
|
2022-01-17 13:38:10 +09:00 |
|
Donny
|
681de03e4b
|
chore: Publish crates
|
2022-01-17 13:36:00 +09:00 |
|
Austaras
|
90a62bb215
|
refactor(es/utils): Merge the super field visitor with FnEnvHoister (#3279)
|
2022-01-17 13:35:32 +09:00 |
|
Donny
|
7ff5f0f9f2
|
chore: Publish crates
|
2022-01-17 00:22:39 +09:00 |
|
RiESAEX
|
b76d1da699
|
fix(es/transforms): Handle template literals within jsonify pass (#3282)
|
2022-01-16 14:57:12 +00:00 |
|
Donny
|
0955c3646b
|
chore: Publish crates
|
2022-01-16 23:32:02 +09:00 |
|
Niklas Mischkulnig
|
162c1fe047
|
fix(es/transforms): Remove unsafe new String("...") optimization (#3284)
|
2022-01-16 23:31:08 +09:00 |
|
Donny
|
7ec6e94cb0
|
chore: Publish crates
|
2022-01-16 16:58:21 +09:00 |
|
Donny/강동윤
|
9dd0647e3a
|
feat(es/ast): Improve AST api for plugin authors (#3281)
swc_ecma_ast:
- Improve API for AST creation.
|
2022-01-16 16:56:41 +09:00 |
|
Donny/강동윤
|
e8670b3383
|
refactor(es): More fix for clippy (#3280)
|
2022-01-16 14:33:06 +09:00 |
|
Donny
|
2ec540da35
|
chore: Publish crates
|
2022-01-16 04:22:00 +09:00 |
|
RiESAEX
|
6406b49df2
|
fix(es/parser): Throw an error when function body has use strict and paramaters is not simple (#3278)
|
2022-01-16 04:21:02 +09:00 |
|
Donny
|
d396c32fe5
|
chore: Publish crates
|
2022-01-15 21:56:36 +09:00 |
|
Donny/강동윤
|
88a258a5fb
|
fix(es/react): Fix createElement (#3277)
swc_ecma_transforms_react:
- Fix arguments passed to `_createElement`. (https://github.com/vercel/next.js/issues/33291)
|
2022-01-15 21:55:58 +09:00 |
|