summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2019-11-26better error messages for 'relative import path not prefixed with / or ./ or ...Bartek Iwańczuk
2019-11-26refactor: reorganize flags (#3389)Ry Dahl
2019-11-26Add Deno.realpath (#3404)Kevin (Kun) "Kassimo" Qian
2019-11-25better error message for missing module (#3402)Bartek Iwańczuk
2019-11-24refactor: Elevate DenoPermissions lock to top level (#3398)Kevin (Kun) "Kassimo" Qian
2019-11-24Make private namespaces in lib.deno_runtime.d.ts more private (#3400)Kitson Kelly
2019-11-22remove tokio_util::block_on (#3388)Bartek Iwańczuk
2019-11-22minor clean ups in TS compiler (#3394)Bartek Iwańczuk
2019-11-20feat: Support named exports on bundles. (#3352)Kitson Kelly
2019-11-19remove tokio_util::block_on from ops/workers.rs (#3381)Bartek Iwańczuk
2019-11-19fix: use AF_INET6 in ./tools/http_server.py (#3374)Bartek Iwańczuk
2019-11-18chore: remove unneeded tokio deps (#3376)Bartek Iwańczuk
2019-11-18feat: add --check for deno fmt (#3369)罗文
2019-11-17refactor: fixes for futures (#3363)Bartek Iwańczuk
2019-11-16Use async to replace FutureExt in lib.rs (#3359)Kevin (Kun) "Kassimo" Qian
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-16fmt: respect prettierrc and prettierignore (#3346)罗文
2019-11-15run std test with cargo test (#3344)Bartek Iwańczuk
2019-11-15Fix remote .wasm import content type issue (#3351)Kevin (Kun) "Kassimo" Qian
2019-11-14v0.24.0Ryan Dahl
2019-11-14Turn on TS strict mode for deno_typescript (#3330)Ry Dahl
2019-11-14refactor: per-worker resource table, take 2 (#3342)Bartek Iwańczuk
2019-11-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
2019-11-13Revert "refactor: per-worker resource table (#3306)"Ryan Dahl
2019-11-13refactor: per-worker resource table (#3306)Bartek Iwańczuk
2019-11-13Revert "tests: share http server between tests (#3336)"Ryan Dahl
2019-11-13tests: share http server between tests (#3336)Bartek Iwańczuk
2019-11-13Disable flaky tests lock_check_ok2 again (#3334)Ry Dahl
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-11-13Disable flaky tests lock_check_ok2 and lock_check_err2 (#3331)Ry Dahl
2019-11-13fmt: allow configuration of Prettier options (#3314)罗文
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-11-12fix url parse bug (#3316)木杉
2019-11-12flags: bump deno_std to v0.23.0 (#3322)罗文
2019-11-11Add permissions.request (#3296)Yoshiya Hinosawa
2019-11-09refactor: worker is no longer a resource (#3290)Bartek Iwańczuk
2019-11-09net: Check for closing status when iterating Listener (#3309)Nayeem Rahman
2019-11-08test: re-enable integration test 045 (#3300)Yoshiya Hinosawa
2019-11-08disable flaky testRyan Dahl
2019-11-07Upgrade rust crates (#3292)Bert Belder
2019-11-07refactor: move Child resource to ops/process.rs (#3291)Bartek Iwańczuk
2019-11-07disable flaky testRyan Dahl
2019-11-07upgrade: Rust 1.39.0 (#3286)Ry Dahl
2019-11-07refactor: remove cli::resources::Resource (#3285)Bartek Iwańczuk
2019-11-07refactor: rewrite accept resources (#3271)Bartek Iwańczuk
2019-11-06Remove CoreResource::inspect_repr method (#3274)Ry Dahl
2019-11-05Disable flaky tests (#3270)Ry Dahl
2019-11-04v0.23.0Ryan Dahl
2019-11-04Revert "reduce redundancies in the fetch code (#3249)" (#3264)Ry Dahl
2019-11-04Remove tsconfig files - they are not part of build process (#3262)Ry Dahl