-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(es/typescript): Strip
this
param in getter/setter (#9414)
- Loading branch information
1 parent
b395f48
commit 442fb7b
Showing
11 changed files
with
40 additions
and
247 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,5 @@ | ||
--- | ||
swc_fast_ts_strip: patch | ||
--- | ||
|
||
fix(es/typescript): Strip `this` param in getter/setter |
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
7 changes: 0 additions & 7 deletions
7
crates/swc_fast_ts_strip/tests/tsc/errorSuperPropertyAccess.strip.broken
This file was deleted.
Oops, something went wrong.
127 changes: 0 additions & 127 deletions
127
crates/swc_fast_ts_strip/tests/tsc/errorSuperPropertyAccess.strip.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
crates/swc_fast_ts_strip/tests/tsc/thisTypeInAccessors.strip.broken
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
crates/swc_fast_ts_strip/tests/tsc/thisTypeInAccessors.strip.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
crates/swc_fast_ts_strip/tests/tsc/thisTypeInAccessorsNegative.strip.broken
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
crates/swc_fast_ts_strip/tests/tsc/thisTypeInAccessorsNegative.strip.js
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
crates/swc_fast_ts_strip/tests/tsc/typeOfThisInStaticMembers9.strip.broken
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
crates/swc_fast_ts_strip/tests/tsc/typeOfThisInStaticMembers9.strip.js
This file was deleted.
Oops, something went wrong.