orta / playground-transformer-timeline

Lets you see each stage of the transform process for a TypeScript JS + DTS emit as a timeline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Transformers Playground Plugin

Lets you see each stage of the transform process for a TypeScript JS + DTS emit as a timeline.

Running this plugin

or

  • Open up the TypeScript Playground
  • Go the "Plugins" in the sidebar
  • Look for "Plugins from npm"
  • Add "playground-transformer-timeline"
  • Reload the browser

Then it will show up as a tab in the sidebar.

Contributing

See CONTRIBUTING.md for the full details, however, TLDR:

git clone ...
yarn install
yarn start

Then tick the box for starting plugin development inside the TypeScript Playground.

About

Lets you see each stage of the transform process for a TypeScript JS + DTS emit as a timeline.


Languages

Language:TypeScript 68.6%Language:JavaScript 31.4%