| 
				
					 | 
			2 년 전 | |
|---|---|---|
| .. | ||
| lib | 2 년 전 | |
| .npmignore | 2 년 전 | |
| README.md | 2 년 전 | |
| package.json | 2 년 전 | |
Apply ES2015 function.name semantics to all functions
npm install --save-dev babel-plugin-transform-es2015-function-name
.babelrc (Recommended).babelrc
{
  "plugins": ["transform-es2015-function-name"]
}
babel --plugins transform-es2015-function-name script.js
require("babel-core").transform("code", {
  plugins: ["transform-es2015-function-name"]
});