react-izon-core
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

react-izon-core

Analyze Dependency of React Component with AST obtained from @babel/parser

Install

Install with npm

$> npm install react-izon-core

Install with yarn

$> yarn add react-izon-core

Usage

import { DependencyChecker } from "react-izon-core"
 
const checker = new DependencyChecker( analyze_file_path, event => {
 
  if(event.type === "done"){
    const { dependencies } = event;
 
    // something
  }
 
})
 
checker.check()

License

MIT

Package Sidebar

Install

npm i react-izon-core

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

28.2 kB

Total Files

13

Last publish

Collaborators

  • uttk