-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Patch ts-bridge to fix imports * Fix lint
- Loading branch information
1 parent
9b9a98f
commit a61eb02
Showing
3 changed files
with
36 additions
and
1 deletion.
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,12 @@ | ||
diff --git a/dist/build-type.js b/dist/build-type.js | ||
index 715b7f8a8df344c5becfd4f13b41e45941061b52..62f0b617ee6f63a0367593ae2ee20d8f309011df 100644 | ||
--- a/dist/build-type.js | ||
+++ b/dist/build-type.js | ||
@@ -8,7 +8,6 @@ export const BUILD_TYPES = { | ||
declarationExtension: '.d.mts', | ||
target: ModuleKind.ESNext, | ||
getTransformers: (options) => [ | ||
- getNamedImportTransformer(options), | ||
getTargetTransformer(ModuleKind.ESNext), | ||
], | ||
getShimsTransformers: (options) => [ |
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