Commit 05e8cc4
committed
remove wildcard exports
This causes the following call, made by the Codegen infrastructure during React Native autolinking (specifically `node_modules/react-native-macos/scripts/codegen/generate-artifacts-executor/utils.js`):
```js
require.resolve(
"@nativescript/macos-node-api/package.json",
{ paths: [projectRoot]}
)
```
... to fail. It unexpectedly resolves our index.js file rather than the package.json, and then proceeds to JSON.parse() our index.js file.1 parent fc6db27 commit 05e8cc4
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
0 commit comments