An open API service indexing awesome lists of open source software.

https://github.com/ide/sucrase-typescript-esm

A demo of using Sucrase + TypeScript + ESM
https://github.com/ide/sucrase-typescript-esm

Last synced: about 1 year ago
JSON representation

A demo of using Sucrase + TypeScript + ESM

Awesome Lists containing this project

README

          

This is a demo of using ESM with TypeScript, compiled with Sucrase and tested with Jest.

The TypeScript source is in a separate directory from the compiled JavaScript, a typical pattern that makes it easy to clean up stale build artifacts or exclusively publish them to npm.