https://github.com/alcalzone/napi-rs-repro-build-issue
Repro for NAPI.rs build issue
https://github.com/alcalzone/napi-rs-repro-build-issue
Last synced: about 1 year ago
JSON representation
Repro for NAPI.rs build issue
- Host: GitHub
- URL: https://github.com/alcalzone/napi-rs-repro-build-issue
- Owner: AlCalzone
- License: mit
- Created: 2022-01-18T08:01:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T08:06:56.000Z (over 4 years ago)
- Last Synced: 2025-01-22T20:51:32.003Z (over 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repro for issue with NAPI.rs build
## Steps to reproduce
1. `yarn install`
2. `yarn repro_ok` - this should print "hello!"
3. `yarn repro_nok` - this should fail with `TypeError: require(...).test is not a function`