Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 21, 2023
1 parent 8874f65 commit 30724ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
- Transforms to specific ESM targets (es2018, es2022, etc).
- ESM only source code. Will error when encountering CJS syntax.
- Appends `.mjs` to all import/export paths when transforming.
- Generates TypeScript declarations according to target.

## To Do

- Source maps.
- TypeScript:
- Project references / `--build` support
- Inherit `libs` from source project

0 comments on commit 30724ed

Please sign in to comment.