hydrolysis

Breaks polymers into monomers

BSD-3-Clause 50 个版本
安装
npm install hydrolysis
yarn add hydrolysis
pnpm add hydrolysis
bun add hydrolysis
README

NPM version Build Status

hydrolysis

Static analysis utilities for polymer.

Install

npm install hydrolysis

Usage

var hyd = require('hydrolysis');

hyd.Analyzer.analyze('path-to-polymer-element.html')
    .then(function(analyzer) {
      console.log(analyzer.elementsByTagName['my-element'])
    });

For more detail, see the API Docs.

Developing

You need wct to run the tests.

Run a one-off build of the project:

npm run build

Or watch the source for changes, and rebuild each time a file is modified:

npm run watch
版本列表
1.25.0 2017-04-26
1.24.1 2016-07-07
1.24.1-nobabel 2016-07-14
1.23.3 2016-03-29
1.22.0 2016-01-29
1.21.4 2015-11-19
1.21.3 2015-11-17
1.21.1 2015-11-17
1.21.0 2015-11-17
1.20.3 2015-11-12
1.20.0 2015-11-10
1.19.3 2015-10-09
1.19.2 2015-10-07
1.19.1 2015-09-30
1.19.0 2015-09-30
1.18.2 2015-09-29
1.18.1 2015-09-29
1.18.0 2015-09-28
1.17.0 2015-09-24
1.16.0 2015-09-24
1.15.4 2015-08-17
1.15.3 2015-08-04
1.15.2 2015-07-08
1.15.0 2015-06-16
1.14.1 2015-06-12
1.14.0 2015-06-12
1.13.2 2015-06-10
1.13.1 2015-06-05
1.12.0 2015-05-29
1.11.1 2015-05-28
1.11.0 2015-05-28
1.10.1 2015-05-28
1.10.0 2015-05-26
1.9.0 2015-05-26
1.8.0 2015-05-22
1.6.0 2015-05-14
1.5.0 2015-05-14
1.4.0 2015-04-30
1.3.0 2015-04-23
1.2.0 2015-04-21
1.1.3 2015-04-16
1.1.2 2015-04-16
1.1.1 2015-04-16
1.1.0 2015-04-15
1.0.5 2015-04-14
1.0.4 2015-04-07
1.0.3 2015-04-07
1.0.2 2015-04-03
1.0.1 2015-04-01
1.0.0 2015-03-31