mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
3833d37b15
This commit adds support for "--eval-file" in "deno repl" subcommand. This flag can be used to pass paths or URLs to files, that will be executed on REPL startup. All files will be executed in the same context as the REPL (ie. as "plain old scripts", not ES modules), sharing the global scope. This feature allows to implement custom REPLs on top of Deno's REPL. |
||
---|---|---|
.. | ||
coverage | ||
repl | ||
vendor | ||
bench.rs | ||
doc.rs | ||
fmt.rs | ||
incremental_cache.rs | ||
installer.rs | ||
lint.rs | ||
mod.rs | ||
standalone.rs | ||
task.rs | ||
test.rs | ||
upgrade.rs |