forked from swc-project/swc
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…-project#9437) **Description:** It seems like it has a bug. **Related issue:** - Reverts swc-project#9052
- Loading branch information
Showing
11 changed files
with
61 additions
and
28,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
swc_common: patch | ||
swc_core: patch | ||
--- | ||
|
||
fix(common): Do not use `adjust_mappings` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
24,389 changes: 0 additions & 24,389 deletions
24,389
crates/swc/tests/fixture/issues-8xxx/8789/output/a.js
This file was deleted.
Oops, something went wrong.
3,882 changes: 0 additions & 3,882 deletions
3,882
crates/swc/tests/fixture/issues-8xxx/8789/output/a.map
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
{ | ||
"mappings": "YCAYC;IAAK,UAAA,CAAI;AAErBC,QAAQC,GAAG,CAACH", | ||
"mappings": "AAEAA,IAAAA,EAAQC,CAFEC,IAAA,MAAA,EAASF,QAAAC,GAAA,CAAAE", | ||
"names": [ | ||
"a", | ||
"aób", | ||
"console", | ||
"log" | ||
"log", | ||
"aób", | ||
"a" | ||
], | ||
"sources": [ | ||
"input-preprocess.js", | ||
"$DIR/tests/minify/issue-7475/issue-8372/1/input.js" | ||
"input-preprocess.js" | ||
], | ||
"sourcesContent": [ | ||
"const a = {aób: 'ó'}\n\nconsole.log(a)", | ||
"const a = { aób: 'ó' }\n\nconsole.log(a)" | ||
"const a = {aób: 'ó'}\n\nconsole.log(a)" | ||
], | ||
"version": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters