#loader #basic #typescript #module #http #deno

basic_deno_ts_module_loader

A basic Deno TypeScript module loader

2 releases

0.1.1 Jul 23, 2023
0.1.0 Jul 23, 2023

#97 in #loader

MIT license

8KB
124 lines

A very basic Typescript module loader that supports http imports.

That's about it. It just makes a http request to the import url and evals the response.

Dependencies

~200MB
~4M SLoC