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
/
permission_test.ts
Age
Commit message (
Collapse
)
Author
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2020-11-19
fix(cli/tests): printf.exe doesn't exist on windows (#8404)
Mark Tiedemann
2020-11-08
refactor: rewrite permission_test to not depend on Python (#8291)
Mo
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-08-24
feat: update to TypeScript 4.0 (#6514)
Kitson Kelly
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-04-29
BREAKING: Map-like interface for Deno.env (#4942)
Valentin Anger
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-21
BREAKING CHANGE Rename Deno.run's args to cmd (#4444)
Akshat Agarwal
This is to avoid confusion with Deno.args which does not include the executable to be run.
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-02-25
Port permission_prompt_tests to Rust (#4129)
João Souto