An open API service indexing awesome lists of open source software.

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

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`