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
- Host: GitHub
- URL: https://github.com/ide/sucrase-typescript-esm
- Owner: ide
- License: mit
- Created: 2021-11-06T05:16:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T21:12:23.000Z (over 4 years ago)
- Last Synced: 2025-02-10T00:16:17.582Z (over 1 year ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.