亚斯尔Yasl是一个简单的JavaScript编译器,用于管理JavaScript文件之间的依赖关系。注意:此模块与browserify非常相似,后者更为成熟。您可以使用以下命令安装:npm install yasl -g
。用法: yasl /path/to/root yasl.relative.path.to.main > /path/to/output.js
。yasl
编译的每个文件都嵌入了一个匿名函数以提供封装,其他文件可以使用关键字yasl
访问每个文件的返回值。下面是一个yasl
可编译的JavaScript文件的典型配置: var module_name = yasl.relative.path.to.file var exports = { } // populate the exports object return ex
yasl:一个简单的JavaScript静态模块加载器
文件列表
yasl-master.zip
(预估有个9文件)
yasl-master
package.json
407B
run.js
316B
yasl.js
2KB
LICENSE
1KB
counter
button.js
451B
index.html
151B
main.js
952B
my_dir
暂无评论