Files
ts-transformer-visualizer/lib
dependabot[bot] 64ff5f2e05 Bump decode-uri-component from 0.2.0 to 0.2.2 in /lib
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 05:42:16 +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