mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-19 00:35:13 +00:00
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) 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