rollup-plugin-jscc:用于汇总的条件编译和编译时变量替换

时间:2024-02-25 19:30:34
【文件属性】:

文件名称:rollup-plugin-jscc:用于汇总的条件编译和编译时变量替换

文件大小:26KB

文件格式:ZIP

更新时间:2024-02-25 19:30:34

javascript typescript es6 rollup preprocessor

汇总插件jscc 条件编译和编译时变量替换。 rollup-plugin-jscc不是编译器,的包装,这是一个小巧而功能强大的,与语言无关的文件预处理器,在编译时使用JavaScript来基于表达式转换文本。 使用jscc,您可以: 根据编译时变量,有条件地包含/排除块* 具有JavaScript表达式所有功能的编译时变量 用编译时的值替换源中的变量 Sourcemap支持,对JavaScript源有用。 TypeScript v3定义 *此功能使您可以有条件地声明ES6导入(请参见)。 由于jscc是预处理程序,因此rollup-plugin-jscc被实现为文件加载器,因此它


【文件预览】:
rollup-plugin-jscc-master
----.travis.yml(265B)
----rollup.config.js(503B)
----index.js(4KB)
----package.json(2KB)
----index.js.map(8KB)
----.markdownlint.json(125B)
----test()
--------index.js(11KB)
--------fixtures()
----LICENSE(1KB)
----appveyor.yml(618B)
----src()
--------index.js(778B)
--------parse-options.js(518B)
--------make-filter.js(847B)
--------proc-file.js(2KB)
----.npmignore(266B)
----.eslintrc.js(5KB)
----index.d.ts(3KB)
----.gitignore(345B)
----CHANGELOG.md(3KB)
----Makefile(709B)
----.codeclimate.yml(273B)
----README.md(6KB)
----.eslintignore(52B)
----.vscode()
--------launch.json(627B)
--------settings.json(1KB)
----.prettierrc.json(587B)

网友评论