Skip to content

Commit a31fc50

Browse files
authored
Merge pull request #1745 from silx-kit/bigint-new
Allow providers to return bigints
2 parents 02f6f73 + 0748093 commit a31fc50

34 files changed

+395
-137
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript.preferences.importModuleSpecifier": "relative",
1919
"typescript.preferences.preferTypeOnlyAutoImports": true,
2020
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
21-
"^(node:)?(console|util)$",
21+
"^(node:)?(console|util|test)$",
2222
"^three/.*$"
2323
],
2424

-7 Bytes
Loading
-265 Bytes
Loading
1.26 KB
Loading
319 Bytes
Loading
341 Bytes
Loading
159 Bytes
Loading
326 Bytes
Loading
628 Bytes
Loading
201 Bytes
Loading

0 commit comments

Comments
 (0)