文件名称:seajs-wrap:一个Sea.js插件,用于加载CommonJS模块
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-17 13:24:59
JavaScript
seajs-wrap Sea.js插件,用于直接加载CommonJS模块。 它将使用define(function(require, exports, module) {})块包装文件,以便您可以加载CommonJS模块而无需先包装它。 它只能加载相同域中的模块,因此请在开发环境中使用它。 安装 使用安装: $ spm install seajs-wrap 用法 < script src =" path/to/sea.js " > </ script > < script src =" path/to/seajs-wrap.js " > </ script > < script > seajs . use ( [ 'common' ] , function ( Common ) { var str = Common ( ) ; // 'CommonJS' } ) </ sc
【文件预览】:
seajs-wrap-master
----.gitignore(132B)
----.spmignore(21B)
----README.md(1KB)
----tests()
--------spec()
----examples()
--------cmd.js(124B)
--------common.js(74B)
--------nowrap.js(22B)
--------index.html(419B)
----package.json(467B)
----dist()
--------seajs-wrap-debug.js(2KB)
--------seajs-wrap.js(1KB)
----src()
--------seajs-wrap.js(2KB)
----LICENSE.md(1KB)
----.npmignore(71B)
----.travis.yml(100B)
----Makefile(168B)