Skip to content

gajus/babel-plugin-transform-strong-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-transform-strong-mode

NPM version Travis build status js-canonical-style

Places "use strong"; directive at the top of all files to enable strong mode.

Example

Converts:

foo();

To:

"use strong";

foo();

Usage

Add to .babelrc:

{
    "plugins": [
        [
            "transform-strong-mode"
        ]
    ]
}

About

Places "use strong"; directive at the top of all files to enable strong mode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published