Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 4ad6f34

Browse filesBrowse files
committed
fix: fix compatibility with typescript 5
Update tsconfig-paths hook to be compatible with how `updateExportDeclaration` now works in typescript 5. This is from microsoft/TypeScript#49089
1 parent 8c9d4fd commit 4ad6f34
Copy full SHA for 4ad6f34

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎lib/compiler/hooks/tsconfig-paths.hook.ts

Copy file name to clipboardExpand all lines: lib/compiler/hooks/tsconfig-paths.hook.ts
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export function tsconfigPathsBeforeHookFactory(
5555
)
5656
: tsBinary.factory.updateImportDeclaration(
5757
node,
58-
node.decorators,
5958
node.modifiers,
6059
node.importClause,
6160
moduleSpecifier,
@@ -75,7 +74,6 @@ export function tsconfigPathsBeforeHookFactory(
7574
)
7675
: tsBinary.factory.updateExportDeclaration(
7776
node,
78-
node.decorators,
7977
node.modifiers,
8078
node.isTypeOnly,
8179
node.exportClause,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.