You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one seems tricker because the recommended code pattern is var binding = require('node-gyp-build')(__dirname)
Would need to potentially replace the path in the AST or otherwise support dynamic imports then add dedicated support for it or rewrite to use the bindings resolver in linker.js
For now its much simpler to just patch the module and replace the entrypoint with bindings module, but would be nice to get support for this loader.
The text was updated successfully, but these errors were encountered:
This one seems tricker because the recommended code pattern is
var binding = require('node-gyp-build')(__dirname)
Would need to potentially replace the path in the AST or otherwise support dynamic imports then add dedicated support for it or rewrite to use the bindings resolver in
linker.js
For now its much simpler to just patch the module and replace the entrypoint with
bindings
module, but would be nice to get support for this loader.The text was updated successfully, but these errors were encountered: