coffee-loader:CoffeeScript加载程序

时间:2024-03-21 21:13:04
【文件属性】:

文件名称:coffee-loader:CoffeeScript加载程序

文件大小:143KB

文件格式:ZIP

更新时间:2024-03-21 21:13:04

coffeescript webpack-loader JavaScript

咖啡机 将编译为JavaScript。 入门 首先,您需要安装coffeescript和coffee-loader : npm install --save-dev coffeescript coffee-loader 然后将插件添加到您的webpack配置中。 例如: file.coffee # Assignment: number = 42 opposite = true # Conditions: number = - 42 if opposite # Functions: square = ( x ) -> x * x # Arrays: list = [ 1 , 2 , 3 , 4 , 5 ] # Objects: math = root : Math . sqrt square : square cube : ( x ) -> x * squar


【文件预览】:
coffee-loader-master
----.gitattributes(64B)
----.github()
--------ISSUE_TEMPLATE.md(717B)
--------FUNDING.yml(25B)
--------PULL_REQUEST_TEMPLATE.md(883B)
--------CONTRIBUTING.md(7KB)
--------ISSUE_TEMPLATE()
--------CODEOWNERS(199B)
--------workflows()
----commitlint.config.js(70B)
----.eslintrc.js(103B)
----.prettierignore(57B)
----src()
--------CoffeeScriptError.js(160B)
--------options.json(137B)
--------cjs.js(69B)
--------index.js(905B)
----babel.config.js(289B)
----husky.config.js(123B)
----LICENSE(1KB)
----test()
--------loader.test.js(6KB)
--------fixtures()
--------helpers()
--------validate-options.test.js(1KB)
--------__snapshots__()
--------cjs.test.js(153B)
----README.md(4KB)
----.editorconfig(194B)
----lint-staged.config.js(120B)
----.gitignore(175B)
----.prettierrc.js(40B)
----CHANGELOG.md(2KB)
----.eslintignore(44B)
----package-lock.json(497KB)
----package.json(2KB)

网友评论