We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e318a62 commit 2dab426Copy full SHA for 2dab426
lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/sync.js
@@ -63,9 +63,6 @@ function findWASM( options ) {
63
64
// Check for packages containing WebAssembly...
65
out = [];
66
- gopts = {
67
- 'realpath': false
68
- };
69
for ( i = 0; i < files.length; i++ ) {
70
pkg = readJSON( files[ i ] );
71
if ( pkg.__stdlib__ && pkg.__stdlib__.wasm ) { // eslint-disable-line no-underscore-dangle
0 commit comments