文件名称:define:一个无意义的模块加载器
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-24 19:51:44
JavaScript
define.js A Senseless Module Loader: Use Ajax & eval Use Ajax to load a module Checkout the dependencies of the loaded module Create the dependencies module group Backto step 1 After all the dependencies complete, eval the module Stop if the process backward to the root API ###1. define: function @param function | string,如果是string,define会首先以string生成url,去load对应的js文件,作为主模块 @desc 唯一暴露的方法,也是整个依赖的开始 @u
【文件预览】:
define-master
----index.html(635B)
----src()
--------define.js(7KB)
----build()
--------define.min.js(5KB)
----test()
--------test.js(164B)
--------test2.js(101B)
----README.md(2KB)
----.gitignore(10B)