mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-19 00:35:13 +00:00
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com>
ts-transformer-visualizer
Visualize AST changes caused by a typescript transformer, live. Very helpful for demo.
Install
npm install --save ts-transformer-visualizer
Usage
import * as React from 'react'
import MyComponent from 'ts-transformer-visualizer'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © bendtherules