-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typescript): Port deno
isolatedDeclarations
updates (#9712)
In https://github.com/denoland/deno_graph/commits/main/src/fast_check/transform_dts.rs: From denoland/deno_graph@7f38d56 to denoland/deno_graph@258186c PR list: - [x] ~denoland/deno_graph#508. I don't port this pr because swc doesn't resolve `public_ranges`. However, I refer to https://github.com/oxc-project/oxc/blob/fac5042afafc6e1acd6953150f3857d086ba945d/crates/oxc_isolated_declarations/src/lib.rs#L421C24-L421C33 to fix the bugs. - [x] denoland/deno_graph#521 - [x] denoland/deno_graph#522 - [x] denoland/deno_graph#540 I will port the tests if I have spare time.
- Loading branch information
Showing
4 changed files
with
373 additions
and
135 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_typescript: major | ||
--- | ||
|
||
feat(typescript): port deno `isolatedDeclarations` updates |
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
Oops, something went wrong.