elsaland / elsa

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

feat(dev/compile): improve typechecking #79

Closed littledivy closed 3 years ago

littledivy commented 3 years ago

Closes #67

Adds support for URL imports, updates Elsa namespace typings, logic for resolving relative imports

EDIT: typings for the namespace will be added after #76 is fixed