node-native-ext-loader
node-native-ext-loader copied to clipboard
Loader for Node native extensions
Results
1
node-native-ext-loader issues
Sort by
recently updated
recently updated
newest added
It has been discussed in https://github.com/smt116/node-native-ext-loader/pull/3. The current solution is to match against "./" and ".\\" and skip using `path.join` in such case. Find a solution that doesn't require hardcoding...