mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 22:01:45 +00:00
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.2 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.2...v4.7.7) 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