find-elm-dependencies

Find elm dependencies

BSD-3-Clause 11 个版本
安装
npm install find-elm-dependencies
yarn add find-elm-dependencies
pnpm add find-elm-dependencies
bun add find-elm-dependencies
README

find-elm-dependencies

Find elm dependencies of a given entry file.

Installation

$ npm i find-elm-dependencies -S

Usage

var findAllDependencies = require('find-elm-dependencies').findAllDependencies;

findAllDependencies('./path/to/Main.elm')
  .then(function(dependencies) {
    console.log(dependencies);
  });

This was extracted from https://github.com/rtfeldman/node-elm-compiler

版本列表
2.0.4 2020-08-17
2.0.3 2020-08-06
2.0.2 2019-07-20
2.0.1 2019-02-25
2.0.0 2018-08-28
1.0.3 2018-08-25
1.0.2 2017-09-01
1.0.1-beta 2017-09-01
1.0.1 2017-03-30
1.0.0 2017-03-23
0.18.1 2017-01-26