Grunt-es-dependency-graph

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-31 09:44:14

软件介绍

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'
    }
  }
});

本文地址:https://codercto.com/soft/d/2538.html

Data Structures and Algorithms in Python

Data Structures and Algorithms in Python

Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换