Files
ts-transformer-visualizer/lib
dependabot[bot] 18365604fc Bump path-parse from 1.0.6 to 1.0.7 in /lib
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 22:46:00 +00:00
..
2020-01-29 13:43:24 +05:30
2020-01-27 20:03:15 +05:30
2020-01-27 20:03:15 +05:30
2020-01-27 20:03:15 +05:30
2020-01-27 20:03:15 +05:30
2020-01-27 20:03:15 +05:30

ts-transformer-visualizer

Visualize AST changes caused by a typescript transformer, live. Very helpful for demo.

NPM JavaScript Style Guide

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