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
/
cli
/
tests
/
integration
/
run_tests.rs
Age
Commit message (
Expand
)
Author
2023-04-23
refactor: rewrite client side tests to 'fastwebsockets' crate (#18800)
Bartek Iwańczuk
2023-04-12
fix(core): preserve syntax error locations in dynamic imports (#18664)
Nayeem Rahman
2023-04-03
refactor: remove "ext/flash" (#18578)
Bartek Iwańczuk
2023-03-30
fix(lsp): include all diagnosable documents on initialize (#17979)
David Sherret
2023-03-30
fix(repl): improve package.json support (#18497)
David Sherret
2023-03-28
chore: restore pty tests and make them run on the Linux CI (#18424)
David Sherret
2023-03-25
chore(tests): enable `single_compile_with_reload` again (#18196)
Geert-Jan Zwiers
2023-03-23
fix(cli): restore `deno run -` to handle stdin as typescript (#18391)
Cre3per
2023-03-23
fix(inspect): ensure non-compact output when object literal has newline in en...
David Sherret
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-16
chore: ignore permission_prompt_strips_ansi_codes_and_control_chars test (#18...
David Sherret
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-03-13
fix: ensure no node_modules directory is created when a package.json exists a...
David Sherret
2023-03-11
fix(check): regression where config "types" entries caused type checking erro...
David Sherret
2023-03-10
fix(prompt): better output with control chars (#18108)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-03
fix: lazily surface errors in package.json deps parsing (#17974)
David Sherret
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-24
fix: ensure concurrent non-statically analyzable dynamic imports do not somet...
David Sherret
2023-02-24
feat: add `DENO_NO_PACKAGE_JSON` env var (#17926)
David Sherret
2023-02-24
fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...
David Sherret
2023-02-23
fix(npm): allow resolving from package.json when an import map exists (#17905)
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-22
feat: support bare specifier resolution with package.json (#17864)
Bartek Iwańczuk
2023-02-22
feat(permissions): grant all permission for a group in permission prompt (#17...
Asher Gomez
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-15
refactor: make resolver required (#17783)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
fix: support import map specified as data uri (#17531)
David Sherret
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-25
fix: remove leftover Deno.spawn references (#17524)
David Sherret
2023-01-25
feat(cli): add `DENO_V8_FLAGS` env var (#17313)
Leo Kettmeir
2023-01-25
feat: Add sync APIs for "Deno.permissions" (#17019)
Asher Gomez
2023-01-24
feat: suggest adding a "node:" prefix for bare specifiers that look like buil...
David Sherret
2023-01-24
feat: log detection of config file (#17338)
Leo Kettmeir
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-13
fix(permissions): lock stdio streams when prompt is shown (#17392)
Bartek Iwańczuk
2023-01-13
tests: Disable flaky flash_shutdown test (#17390)
Bartek Iwańczuk
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-11-24
feat(cli): add warning for incorrectly ordered flags (#16734)
Asher Gomez
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-15
test: don't use lock file in JSX tests (#16639)
Bartek Iwańczuk
2022-11-13
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
Yoshiya Hinosawa
2022-11-11
fix(npm): remove forgotten unstable check (#16598)
Bartek Iwańczuk
[next]