use-strict
Makes all modules in Node get loaded in strict mode.
Found 13 results for 'use strict'
Makes all modules in Node get loaded in strict mode.
Removes "use strict" from transpiled es6->es5 code
Adds `use strict;` in the beginning of each source
enables strict mode in your package
A CoffeeLint rule that enforces usage of strict mode
Remove 'use strict' if the file is 'not strict'
remove-use-strict-from-js is a gulp plugin to remove "use strict" from js file which after using babel.
CoffeeLint rule that enforces usage of strict mode
CoffeeLint rule that enforces usage of strict mode
Webpack 5 plugin to remove all instance of "use strict" from the generated code
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
Removes redundant instances of the 'use strict' directive and prepends it to the file.
A Rollup plugin to preserve use directives