https://github.com/orta/playground-transformer-timeline
Lets you see each stage of the transform process for a TypeScript JS + DTS emit as a timeline.
https://github.com/orta/playground-transformer-timeline
Last synced: about 1 year ago
JSON representation
Lets you see each stage of the transform process for a TypeScript JS + DTS emit as a timeline.
- Host: GitHub
- URL: https://github.com/orta/playground-transformer-timeline
- Owner: orta
- Created: 2020-05-30T18:19:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T10:37:40.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T08:03:57.295Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 898 KB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## 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
- [Click this link](https://www.staging-typescript.org/play?install-plugin=playground-transformer-timeline) to install
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](./CONTRIBUTING.md) for the full details, however, TLDR:
```sh
git clone ...
yarn install
yarn start
```
Then tick the box for starting plugin development inside the TypeScript Playground.