We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef31a1f commit 9f5ac51Copy full SHA for 9f5ac51
.github/workflows/ci.yml
@@ -100,3 +100,5 @@ jobs:
100
run: pnpm run test
101
env:
102
WASI_TEST: 1
103
+
104
+ - run: git diff --exit-code # Must commit index.d.ts
napi/index.d.ts
@@ -57,12 +57,6 @@ export interface NapiResolveOptions {
57
* Default `[]`
58
*/
59
conditionNames?: Array<string>
60
- /**
61
- * The JSON files to use for descriptions. (There was once a `bower.json`.)
62
- *
63
- * Default `["package.json"]`
64
- */
65
- descriptionFiles?: Array<string>
66
/**
67
* If true, it will not allow extension-less files.
68
* So by default `require('./foo')` works if `./foo` has a `.js` extension,
0 commit comments