playground-ts-transform-runtime-check

A playground plugin for ts-transform-runtime-check

Usage no npm install needed!

<script type="module">
  import playgroundTsTransformRuntimeCheck from 'https://cdn.skypack.dev/playground-ts-transform-runtime-check';
</script>

README

TypeScript Playground Plugin

My new plugin for the TypeScript playground.

Running this plugin

or

  • Open up the TypeScript Playground
  • Go the "Plugins" in the sidebar
  • Look for "Plugins from npm"
  • Add "playground-ts-transform-runtime-check"
  • 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.