Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
use-strict
Makes all modules in Node get loaded in strict mode.
remove-strict-webpack-plugin
Removes "use strict" from transpiled es6->es5 code
strict-loader
Adds `use strict;` in the beginning of each source
babel-plugin-transform-not-strict
Remove 'use strict' if the file is 'not strict'
coffeelint-use-strict
A CoffeeLint rule that enforces usage of strict mode
strict-mode
enables strict mode in your package
remove-use-strict-from-js
remove-use-strict-from-js is a gulp plugin to remove "use strict" from js file which after using babel.
webpack5-remove-use-strict-plugin
Webpack 5 plugin to remove all instance of "use strict" from the generated code
coffeelint-always-use-strict
CoffeeLint rule that enforces usage of strict mode
stricterify
Browserify transform to add 'use strict' on the modules that don't have it at the first place. Use with care. Better if not global
coffeelint-never-use-strict
CoffeeLint rule that enforces usage of strict mode
@deer404/rollup-collection-plugin
A Rollup plugin to preserve use directives
@chickendinosaur/gulp-prefixer-usestrict
Removes redundant instances of the 'use strict' directive and prepends it to the file.