mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.11. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.11) --- updated-dependencies: - dependency-name: urijs dependency-type: indirect ... 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