文件名称:Grunt-es-dependency-graph.zip
文件大小:10KB
文件格式:ZIP
更新时间:2022-08-05 02:25:22
开源项目
Grunt-es-dependency-graph 能够在ES6 模块文件中生成具有依存关系树的 JSON 文件。 代码示例: grunt.initConfig({ depGraph: { production: { options: { includeBindings: true, moduleName: function (importPath, modulePath) { return path.join(path.dirname(modulePath), importPath); } }, src: ['src/*.js'], dest: 'dist/dependencies.json' } } }); 标签:Grunt
【文件预览】:
grunt-es-dependency-graph-master
----Gruntfile.js(2KB)
----tasks()
--------dep-graph.js(2KB)
----CONTRIBUTING.md(807B)
----.travis.yml(53B)
----LICENSE.md(1KB)
----README.md(3KB)
----tests()
--------compare()
--------index.js(1KB)
----.gitignore(51B)
----package.json(1KB)