elsaland / elsa

❄️ Elsa is a minimal runtime for JavaScript and TypeScript written in Go
MIT License
2.8k stars 62 forks source link

feat(dev): stabilize typechecking in development mode #67

Closed littledivy closed 4 years ago

littledivy commented 4 years ago

The typechecker implementation is not as mature as the bundler, it lacks URL imports and breaks on certain relative imports. This is the tracking issue for until we implement the lacking features.