basic_deno_ts_module_loader

Crates.iobasic_deno_ts_module_loader
lib.rsbasic_deno_ts_module_loader
version0.1.1
sourcesrc
created_at2023-07-23 04:05:06.688155
updated_at2023-07-23 04:08:06.785415
descriptionA basic Deno TypeScript module loader
homepage
repositoryhttps://github.com/CheatCod/basic_deno_ts_module_loader
max_upload_size
id923558
size7,177
Peter Jiang (CheatCod)

documentation

README

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.

Commit count: 4

cargo fmt