-
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
deno is an alternative to Node.js. It has TypeScript support out-of-the-box. It would be nice to be able to use typesafe-i18n with deno.
- investigate what is needed to add support for deno
- all imports need to include the file-ending
*.ts:- update file generation to include file endings when outputting for deno (
adapter: 'deno')
- update file generation to include file endings when outputting for deno (
- how can we import (only) types in deno??
- find a solution to that problem
- all imports need to include the file-ending
- re-write watcher to be able to run with deno instead of node
micalevisk and xelius
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed