Skip to content

Commit c234d92

Browse files
committed
style(external): remove unnecessary 'use strict' directive
CommonJS modules don't require explicit 'use strict' as it's implied in module scope. The bundler handles strict mode appropriately.
1 parent 31c10e0 commit c234d92

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/external/libnpmexec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'
2-
31
// Export only what we use from libnpmexec to reduce bundle size
42
// libnpmexec provides the npm exec (npx) programmatic API
53

0 commit comments

Comments
 (0)