summaryrefslogtreecommitdiff
path: root/core/examples/ts_module_loader.rs
AgeCommit message (Collapse)Author
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-06-20docs: Improve `mod_evaluate` documentation (#14827)Christian Dürr
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-05refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)Bartek Iwańczuk
2022-01-31example(core): Add example for TypeScript transpiling via deno_ast (#13545)Andreu Botella