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
/
test_plugin
/
tests
Age
Commit message (
Collapse
)
Author
2020-04-17
Add close method to Plugin (#4670) (#4785)
Gudmund Vatn
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-03
assert build success for test plugin (#4223)
João Souto
2020-01-17
Fix warnings on windows build (#3697)
Ry Dahl
2020-01-15
Revert "feat(flags): script arguments come after '--'" (#3681)
Ry Dahl
Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE
2020-01-09
feat: Deno.args now does not include script (#3628)
Ry Dahl
Previously Deno.args was ["script.js", "arg1", "arg2"] Now it is just ["arg1", "arg2"] BREAKING CHANGE
2020-01-08
feat(flags): script arguments come after '--' (#3621)
Ry Dahl
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2019-12-10
Disable flaky plugin test on windows (#3474)
Ry Dahl
2019-12-08
fix: plugin ops should change op count metrics (#3455)
Luca Casonato
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch