Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aappddeevv/scalajs-to-typescript
Compile plugin to output .d.ts for scala.js scenarios.
https://github.com/aappddeevv/scalajs-to-typescript
Last synced: 6 days ago
JSON representation
Compile plugin to output .d.ts for scala.js scenarios.
- Host: GitHub
- URL: https://github.com/aappddeevv/scalajs-to-typescript
- Owner: aappddeevv
- Created: 2020-04-12T11:54:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T12:00:24.000Z (over 4 years ago)
- Last Synced: 2024-11-06T09:43:59.669Z (about 2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compile plugin for scala.js to output `.d.ts` files.
This project is a placeholder for the moment until I assess how hard this may be
even to do something simple.Note from gitter:
The linker sees a very limited version of types, and for exports in particular it sees Anys everywhere. So the linker is definitely not the right place to do that.
The right place to do that is as a compiler plugin that would generate the .d.ts somewhere between the refchecks phase and the erasure phase.