-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4833f86
commit 02b43e5
Showing
6 changed files
with
50 additions
and
12 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 |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
"@ampproject/remapping": "^2.2.1", | ||
"@pvtnbr/eslint-config": "^0.37.0", | ||
"@types/cross-spawn": "^6.0.3", | ||
"@types/node": "^20.6.0", | ||
"@types/node": "^20.9.0", | ||
"@types/react": "^18.2.21", | ||
"@types/semver": "^7.5.1", | ||
"@types/source-map-support": "^0.5.7", | ||
|
@@ -95,5 +95,10 @@ | |
"ignorePatterns": [ | ||
"tests/fixtures" | ||
] | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@types/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
} |
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,14 @@ | ||
diff --git a/module.d.ts b/module.d.ts | ||
index 3d04c3303f0eae7b23af318b68bc101ad6fe2613..d7797b36b268f7d4eca81dda508cc17b9f10d159 100644 | ||
--- a/module.d.ts | ||
+++ b/module.d.ts | ||
@@ -211,7 +211,8 @@ declare module "module" { | ||
/** | ||
* An object whose key-value pairs represent the assertions for the module to import | ||
*/ | ||
- importAssertions: ImportAssertions; | ||
+ importAssertions?: ImportAssertions; | ||
+ importAttributes?: ImportAssertions; | ||
} | ||
interface LoadFnOutput { | ||
format: ModuleFormat; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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