index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
examples
/
ts_module_loader.rs
Age
Commit message (
Expand
)
Author
2023-07-02
refactor(core): Extract deno_core (#19658)
Matt Mastracci
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-13
refactor(core): pass cwd explicitly to resolve_path (#18092)
Bartek Iwańczuk
2023-02-05
chore(core): improve error message in module loader example (#17654)
Waldir Pimenta
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-06-20
docs: Improve `mod_evaluate` documentation (#14827)
Christian Dürr
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-05
refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)
Bartek Iwańczuk
2022-01-31
example(core): Add example for TypeScript transpiling via deno_ast (#13545)
Andreu Botella