Skip to content

A plugin for reviewing DT modules in the Playground

Notifications You must be signed in to change notification settings

giact/playground-dt-review

 
 

Repository files navigation

DT Pull Request Reviewer Plugin

This is a plugin for the TypeScript Playground which makes it easier to review Pull Requests to DefinitelyTyped.

This plugin will install the new version of the types from the PR into the playground, giving you the chance to import them and decide if it acts like you think it does.

Running this plugin

or

  • Open up the TypeScript Playground
  • Go the "Plugins" in the sidebar
  • Look for "Plugins from npm"
  • Add "playground-dt-review"
  • 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 https://github.com/orta/playground-dt-review.git
cd playground-dt-review
yarn install
yarn start

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

About

A plugin for reviewing DT modules in the Playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.4%
  • JavaScript 45.6%