Donny/강동윤
20692cdff1
fix(es/modules): Fix jsc.paths
( #4620 )
2022-05-12 04:14:51 +00:00
SWC Bot
8fa7ce974e
chore: Publish crates
2022-05-12 03:48:36 +00:00
Pig Fang
cac4f6e265
feat(html/parser): Add a method to get error message ( #4623 )
2022-05-12 03:45:56 +00:00
Alexander Akait
4e577d7f45
test(html/parser): Add dom visualizer for regular tests ( #4622 )
2022-05-12 02:58:51 +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
Alexander Akait
a378e1e041
refactor(html/parser): Remove unused code ( #4613 )
2022-05-11 05:57:33 +00:00
Donny/강동윤
4b0df044bd
chore: Publish v1.2.182
2022-05-11 14:37:30 +09:00
SWC Bot
d768200e10
chore: Publish crates
2022-05-11 05:36:57 +00:00
Donny/강동윤
3b2b8c4512
fix(es/config): Merge jsc.transform
correctly ( #4615 )
2022-05-11 14:28:40 +09:00
SWC Bot
90569d4673
chore: Publish crates
2022-05-11 04:38:52 +00:00
Donny/강동윤
6a97c7bef8
fix(es/utils): Fix wrong apis ( #4604 )
...
# API Changes
## `swc_ecma_utils`
### Renames
- `find_ids` => `find_pat_ids`
- `prepend` => `prepend_stmt`
- `as_bool` => `cast_to_bool`
- `as_number` => `as_pure_number`
- `as_string` => `cast_to_string`
- (`as_pure_bool`, `cast_to_number` is not renamed)
- `UsageFinder` => `IdentUsageFinder`.
- `IdentFinder` => `IdentRefFinder`.
## Changes
- Re-export of `HANDLER` from `swc_common::errors` is removed. Use `swc_common::error::HANDLER` instead.
- Re-export of `Id` from `swc_ecma_ast` is removed. Use `swc_ecma_ast::Id` instead.
- `ExprCtx` is used for apis related to `Expr`.
- `preserve_effects` is now a method of `ExprCtx`. It was a top-level function.
- `extract_side_effects_to` is now a method of `ExprCtx`. It was a top-level function.
- `IdentUsageFinder` (previously `UsageFinder`) now takes `Id` instead of `Ident`.
- `IdentRefFinder` (previously `IdentFinder`) now takes `Id` instead of `Ident`.
- `ExprExt::is_ident_ref_to` is removed.
- `Expr::is_global_ref_to` is added.
- `:🆔 :id` is removed. Use `Ident::to_id()` instead.
2022-05-11 04:36:22 +00:00
SWC Bot
74ffa5ab9c
chore: Publish crates
2022-05-11 03:59:37 +00:00
Alexander Akait
7c6627fc21
refactor(html): Refactor parser and codegen ( #4611 )
2022-05-11 03:55:46 +00:00
SWC Bot
7f67b0e6ac
chore: Publish crates
2022-05-11 03:35:17 +00:00
Alexander Akait
7166dbf5a6
fix(html/parser): Fix bugs ( #4592 )
2022-05-11 03:31:49 +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
9a36b216cc
chore: Publish crates
2022-05-11 03:01:34 +00:00
Pig Fang
04dd3ddc5d
feat(css/parser): Add a method to get error message ( #4588 )
2022-05-11 02:58:20 +00:00
SWC Bot
ad9daae200
chore: Publish crates
2022-05-10 10:43:10 +00:00
Artur
e65bf3d025
feat(es/lints): Implement prefer-const
rule without options ( #4584 )
2022-05-10 10:40:46 +00:00
Donny/강동윤
6918e3a4fb
test(es/minifier): Postpone tests which can be verified by execution tests ( #4600 )
2022-05-10 14:47:37 +09:00
SWC Bot
563602142c
chore: Publish crates
2022-05-10 05:23:18 +00:00
Donny/강동윤
859dc440b4
fix(es/minifier): Preserve more this
( #4599 )
2022-05-10 05:20:36 +00:00
SWC Bot
6c425d3d0a
chore: Publish crates
2022-05-10 04:19:24 +00:00
Donny/강동윤
d611d543ea
fix(es/fixer): Handle new yield
( #4598 )
2022-05-10 04:17:11 +00:00
SWC Bot
e52c06fe0d
chore: Publish crates
2022-05-10 03:57:45 +00:00
Donny/강동윤
8944a3bdf5
fix(es/minifier): Fix switch with a unknown case ( #4597 )
2022-05-10 03:55:34 +00:00
SWC Bot
20a7304267
chore: Publish crates
2022-05-10 03:24:33 +00:00
Donny/강동윤
097ff1ddc1
fix(es/minifier): Fix with
and NaN
( #4596 )
2022-05-10 03:21:43 +00:00
SWC Bot
bf2d5ff909
chore: Publish crates
2022-05-09 21:38:24 +00:00
Donny/강동윤
2ab7594b4a
fix(es/minifier): Fix switches ( #4595 )
2022-05-09 21:36:09 +00:00
SWC Bot
2482c93449
chore: Publish crates
2022-05-09 20:20:17 +00:00
Donny/강동윤
6ac4a23aa2
feat(es/hygiene): Drop syntax context ( #4594 )
2022-05-09 20:15:15 +00:00
Donny/강동윤
c68dec9448
chore: Publish v1.2.181
2022-05-10 04:52:51 +09:00
SWC Bot
cc712c7084
chore: Publish crates
2022-05-09 19:10:45 +00:00
Donny/강동윤
dd09cdf8b1
fix(es/minifier): Fix handling of NaN
( #4593 )
2022-05-09 19:08:28 +00:00
Donny/강동윤
fb17581570
chore: Publish v1.2.180
2022-05-10 02:06:22 +09:00
SWC Bot
a316e92732
chore: Publish crates
2022-05-09 17:02:34 +00:00
LongYinan
af91094b2d
fix(node): Use jemallocator
on linux ( #4591 )
2022-05-09 16:59:59 +00:00
SWC Bot
ba406f6120
chore: Publish crates
2022-05-09 16:38:56 +00:00
Donny/강동윤
3521ce09e7
fix(es/minifier): Consider more aliases in sequences pass ( #4583 )
2022-05-09 16:36:40 +00:00
Donny/강동윤
ad6b71150e
chore: Publish crates
2022-05-10 00:08:15 +09:00
SWC Bot
51d7078175
chore: Publish crates
2022-05-09 11:27:12 +00:00
Donny/강동윤
8db3442216
fix(es/minifier): Unwrap blocks more carefully ( #4586 )
2022-05-09 11:24:53 +00:00
SWC Bot
6833bb9c6d
chore: Publish crates
2022-05-09 09:17:37 +00:00
Donny/강동윤
7e80c10cba
fix(es/minifier): Don't create an invalid labeled statement ( #4581 )
2022-05-09 09:15:12 +00:00
SWC Bot
df31bb1731
chore: Publish crates
2022-05-09 08:52:56 +00:00
Donny/강동윤
56c3010f6b
fix(es/resolver): Fix more try catch issues ( #4582 )
2022-05-09 17:50:30 +09:00
SWC Bot
d9f168687d
chore: Publish crates
2022-05-09 07:19:45 +00:00
Donny/강동윤
e43689b7d5
fix(es/minifier): Preserve more identifiers if eval
or with
exists ( #4580 )
2022-05-09 07:17:33 +00:00
SWC Bot
29842e1b04
chore: Publish crates
2022-05-09 06:28:43 +00:00
Alexander Akait
a34dea11d0
feat(html/parser): Parse document fragment ( #4579 )
2022-05-09 06:26:31 +00:00
SWC Bot
23a24b46a5
chore: Publish crates
2022-05-09 06:06:22 +00:00
Alexander Akait
4cc247f39f
refactor(html/parser): Resolve TODO ( #4577 )
2022-05-09 06:03:51 +00:00
SWC Bot
c070b43e5d
chore: Publish crates
2022-05-09 05:45:55 +00:00
Donny/강동윤
7fc9bbccd9
feat(config): Make all configuration overridable ( #4575 )
2022-05-09 05:38:27 +00:00
SWC Bot
29811e28ee
chore: Publish crates
2022-05-08 16:04:48 +00:00
Donny/강동윤
55d0ee6cba
feat(es/ast): Add methods for parens ( #4576 )
2022-05-08 16:02:23 +00:00
Alexander Akait
4838267015
test(html/parser): Improve script on/off tests ( #4564 )
2022-05-08 15:39:17 +00:00
SWC Bot
d27b6e6dbe
chore: Publish crates
2022-05-08 10:15:15 +00:00
Donny/강동윤
9e79f9ced6
fix(es/resolver): Fix handling of a complex try catch ( #4574 )
2022-05-08 10:12:50 +00:00
SWC Bot
72f52f4ab6
chore: Publish crates
2022-05-08 09:21:40 +00:00
RiESAEX
086840956d
fix(es): Use unresolved_mark
( #4573 )
2022-05-08 09:19:26 +00:00
Donny/강동윤
bf5ee018b3
test(es/minifier): Fix test system ( #4571 )
2022-05-08 08:27:14 +00:00
SWC Bot
b6136f80e4
chore: Publish crates
2022-05-08 06:15:23 +00:00
Donny/강동윤
af368eead2
fix(es/minifier): Improve sequential inliner ( #4570 )
2022-05-08 06:12:42 +00:00
SWC Bot
025e3580c5
chore: Publish crates
2022-05-08 05:02:49 +00:00
Alexander Akait
c7d20e43e6
fix(html/parser): Add recovery for attributes on html and body ( #4566 )
2022-05-08 05:00:10 +00:00
Alexander Akait
adbce64f28
test(html/parser): Add tests ( #4565 )
2022-05-08 04:37:29 +00:00
Donny/강동윤
224a724340
chore: Publish v1.2.179
2022-05-08 13:14:51 +09:00
SWC Bot
0e26fa41da
chore: Publish crates
2022-05-08 04:14:16 +00:00
Austaras
b3b6fd448c
feat(es/minifier): Remove duplicate control flow in nested blocks ( #4569 )
2022-05-08 13:07:58 +09:00
SWC Bot
1071e6b75a
chore: Publish crates
2022-05-08 03:49:53 +00:00
Alexander Akait
d6e48850b6
fix(html/parser): Fix adoption agency algorithm ( #4552 )
2022-05-08 03:47:22 +00:00
SWC Bot
2e1fdd177d
chore: Publish crates
2022-05-08 03:25:05 +00:00
OJ Kwon
846a31919e
refactor(plugin): Align deps ( #4568 )
2022-05-08 03:19:43 +00:00
SWC Bot
f570220ac6
chore: Publish crates
2022-05-07 16:59:41 +00:00
Donny/강동윤
920d9a7678
fix(es/minifier): Fix handling of template literals ( #4563 )
2022-05-08 01:56:38 +09:00
SWC Bot
20ce370049
chore: Publish crates
2022-05-07 10:13:28 +00:00
Donny/강동윤
f9b6016d4b
fix(es/minifier): Distinguish raw
and cooked
while joining template literals ( #4559 )
2022-05-07 10:10:50 +00:00
SWC Bot
2a1a0bbaf5
chore: Publish crates
2022-05-07 08:45:21 +00:00
Donny/강동윤
13cc228262
doc(es/resolver): Add docs for top-level mark ( #4560 )
2022-05-07 08:42:46 +00:00
SWC Bot
947b1b1232
chore: Publish crates
2022-05-07 08:24:51 +00:00
Donny/강동윤
c5b4ef4377
feat(es/minifier): Drop vars using sequential inliner ( #4547 )
2022-05-07 08:19:56 +00:00
SWC Bot
e2a87a4ac4
chore: Publish crates
2022-05-07 07:56:07 +00:00
Alexander Akait
7ef637263e
fix(html/parser): Fix for noah's ark clause ( #4558 )
2022-05-07 07:53:37 +00:00
Donny/강동윤
fdbbe96fd7
chore: Publish v1.2.178
2022-05-07 16:26:19 +09:00
SWC Bot
ec3624c856
chore: Publish crates
2022-05-07 07:25:42 +00:00
Austaras
5d3a01ad35
fix(es/minifier): Skip getter/setter when collapsing vars ( #4557 )
2022-05-07 16:23:13 +09:00
SWC Bot
56fb1c8762
chore: Publish crates
2022-05-07 06:33:13 +00:00
Alexander Akait
e11ee88ea0
fix(html/parser): Fix support for document mode ( #4539 )
2022-05-07 06:30:39 +00:00
Donny/강동윤
b0efd00f38
test(es/minifier): Ignore difference of parens ( #4546 )
2022-05-07 06:08:23 +00:00
OJ Kwon
b5a2033994
build(plugin): Update swc_plugin_proxy
( #4551 )
2022-05-07 05:23:31 +00:00
SWC Bot
d5b67686bf
chore: Publish crates
2022-05-06 13:31:59 +00:00
Alexander Akait
446172f145
refactor(html/parser): Cleanup ( #4545 )
2022-05-06 13:28:58 +00:00
SWC Bot
49a8f89665
chore: Publish crates
2022-05-06 13:07:50 +00:00
Alexander Akait
698038107d
fix(html/lexer): Fix lexing of numeric characters ( #4544 )
2022-05-06 13:05:10 +00:00
SWC Bot
2be492b382
chore: Publish crates
2022-05-06 07:37:56 +00:00
Alexander Akait
dd40e7bf69
fix(html/parser): Fix parsing of newline in textarea
( #4543 )
2022-05-06 07:35:02 +00:00
SWC Bot
a8a0df2b9c
chore: Publish crates
2022-05-06 07:13:33 +00:00
OJ Kwon
10f903dd39
feat(plugin): Make plugin source map api use SourceMapper
( #4541 )
2022-05-06 07:11:00 +00:00
SWC Bot
a9c72c87f9
chore: Publish crates
2022-05-06 06:15:34 +00:00
Alexander Akait
07cf28a168
fix(html/parser): Fix parsing of cdata ( #4537 )
2022-05-06 06:12:46 +00:00
SWC Bot
f552c1c11d
chore: Publish crates
2022-05-06 05:20:01 +00:00
Kristján Oddsson
3d5d234047
fix(es/minifier): Respect keepClassNames
for class expressions ( #4536 )
...
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
2022-05-06 05:17:45 +00:00
Donny/강동윤
3d3e3bb1d2
test(es/minifier): Categorize more tests ( #4538 )
2022-05-06 13:54:32 +09:00
SWC Bot
c40ae3ce33
chore: Publish crates
2022-05-06 04:36:55 +00:00
Alexander Akait
e6042a5e69
fix(html/parser): Fix parsing of nobr
( #4535 )
2022-05-06 04:34:06 +00: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
Alexander Akait
a4a815b288
test(html/parser): Add integration tests from html5lib-test ( #4517 )
2022-05-05 13:00:25 +00:00
SWC Bot
d4e92022a6
chore: Publish crates
2022-05-05 03:16:30 +00:00
Alexander Akait
79090e1b2a
fix(html/parser): Fix parsing of comments in textarea
( #4530 )
2022-05-05 03:13:20 +00:00
SWC Bot
f87d94a50e
chore: Publish crates
2022-05-05 02:51:14 +00:00
Alexander Akait
6310eab966
fix(html/parser): Fix a bug with optional li
( #4526 )
2022-05-05 02:48:43 +00:00
SWC Bot
242e53bfe5
chore: Publish crates
2022-05-05 02:28:41 +00:00
Austaras
2e74787870
fix(es/compat): Memorize computed props in logical assignment ( #4525 )
2022-05-05 02:25:37 +00:00
SWC Bot
eb7e20fd90
chore: Publish crates
2022-05-05 02:05:59 +00:00
Alexander Akait
5dc9376a4b
fix(html/parser): Fix parsing of cdata in foreign context ( #4531 )
2022-05-05 02:03:27 +00:00
SWC Bot
98b6727c9c
chore: Publish crates
2022-05-04 19:13:25 +00:00
Alexander Akait
2f6f8fa717
fix(html/parser): Fix a bug related to parsing foreign elements ( #4527 )
2022-05-04 19:10:39 +00:00
SWC Bot
b38f6ac3e3
chore: Publish crates
2022-05-04 15:10:39 +00:00
Donny/강동윤
f3b262e340
fix(es/modules): Preserve extensions ( #4524 )
2022-05-04 15:07:28 +00:00
Donny/강동윤
a6d404a8c2
chore(repo): Configure prettier
( #4523 )
2022-05-04 14:25:28 +00:00
Donny/강동윤
da5114d269
chore: Publish v1.2.177
2022-05-04 19:08:22 +09:00
SWC Bot
66f457ce28
chore: Publish crates
2022-05-04 06:13:32 +00:00
Alexander Akait
597c0c672a
fix(html/parser): Fix a bug of unwrapping element without parent ( #4505 )
2022-05-04 06:11:07 +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
Donny/강동윤
33f58faa0b
chore(repo): Fix lints ( #4519 )
2022-05-04 05:22:58 +00:00
SWC Bot
1d105ae76b
chore: Publish crates
2022-05-04 05:01:59 +00:00
OJ Kwon
c0432e46df
feat(plugin): Expose Pos
( #4516 )
2022-05-04 04:59:30 +00:00
Alexander Akait
202a6e4a01
test(html/parser): Add tests ( #4507 )
2022-05-04 04:13:15 +00:00
Donny/강동윤
cbe51616a2
chore: Publish v1.2.176
2022-05-04 12:17:07 +09:00
SWC Bot
51574d8b15
chore: Publish crates
2022-05-04 03:15:35 +00:00
Austaras
9e45882b84
fix(es/compat): Fix the position of inserted statements in class_properties
( #4511 )
2022-05-04 12:13:38 +09:00
Donny/강동윤
97e0e271d5
fix(es/compat): Revert a wrong patch about private properties
2022-05-04 12:13:07 +09:00
Donny/강동윤
ac5249dafa
chore: Publish v1.2.175
2022-05-03 16:51:07 +09:00
SWC Bot
00695f4b23
chore: Publish crates
2022-05-03 07:50:35 +00:00
Donny/강동윤
f30ffdf200
fix(es/decorators): Make legacy decorator identical to tsc
( #4496 )
2022-05-03 07:48:09 +00:00
Donny/강동윤
8629e0c665
test(es/decorators): Migrate some tests to file-based fixture tests ( #4510 )
2022-05-03 15:29:18 +09:00
SWC Bot
9a07601222
chore: Publish crates
2022-05-03 03:49:47 +00:00
Alexander Akait
efe87bcbf6
fix(html/parser): Fix parsing of a table with a table ( #4506 )
2022-05-03 03:47:03 +00:00
SWC Bot
180390df63
chore: Publish crates
2022-05-03 03:17:29 +00:00
Alexander Akait
b8588c4a45
fix(html/parser): Fix parsing of select
( #4504 )
2022-05-03 03:15:05 +00:00
SWC Bot
fea94a9c65
chore: Publish crates
2022-05-03 02:52:02 +00:00
Alexander Akait
fca84eb0f2
fix(html/parser): Fix bugs ( #4502 )
2022-05-03 02:49:06 +00:00