文件名称:babel-plugin-add-header-comment
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-31 22:59:38
JavaScript
babel-plugin-add-header-comment 将在转译代码的开头添加注释。 由于通过Babel进行转译已成为构建过程的最后一步之一,因此在此最后一步周围添加一些工具非常方便。 例如可以使用: 添加许可证信息 添加版本号以进行构建 等等。 安装 $ npm install babel-plugin-add-header-comment 例子 以下是一个示例.babelrc文件。 使用以下设置,将使用3种不同的功能创建注释: 添加一个硬编码的字符串( "This string will be inserted in" ) 通过执行脚本并注入输出( node executeThisOutputAddedToHeader.js ) 通过读取文件的内容( readInTheContentsOfThisFile.txt ) { "presets" : [ "es2015
【文件预览】:
babel-plugin-add-header-comment-master
----.eslintrc.json(106B)
----.gitignore(101B)
----.babelrc(323B)
----package.json(1KB)
----src()
--------index.js(3KB)
----LICENSE.md(1KB)
----.travis.yml(56B)
----CONTRIBUTING.md(1KB)
----CODE_OF_CONDUCT.md(2KB)
----README.md(3KB)
----.eslintignore(19B)
----.npmignore(114B)
----test()
--------test-option-cache-read.js(1KB)
--------test-transpile-file.js(597B)
--------test-read.js(613B)
--------test-option-cache-exec.js(1KB)
--------toInsert.txt(69B)
--------test-option-newline.js(646B)
--------toTranspile()
--------index.js(799B)
--------toExec.js(42B)
--------test-option-comment-modifiers.js(753B)
--------test-comment-line.js(648B)
--------test-use-all.js(779B)
--------test-option-no-header.js(384B)
--------test-exec.js(615B)
--------toExecRandom.js(25B)
--------fixtures()