首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
0
Fork
12
刘政东
/
deno
forked from
Gitee 极速下载
/
deno
Fork 仓库
加载中
取消
确认
确定同步?
同步操作将从
Gitee 极速下载/deno
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Wiki
0
统计
标签
标签名
描述
提交信息
操作
v0.15.0
58f0e9b
2019-08-14 02:54
下载
v0.14.0
v0.14.0 / 2019.08.09 In deno: - feat: remove `Deno.build.args` (#2728) - feat: support native line ending conversion in the `Blob` constructor (#2695) - feat: add option to delete the `Deno` namespace in a worker (#2717) - feat: support starting workers using a blob: URL (#2729) - feat: make `Deno.execPath()` a function (#2743, #2744) - feat: support `await import(...)` syntax for dynamic module imports (#2516) - fix: enforce permissions on `Deno.kill()`, `Deno.homeDir()` and `Deno.execPath()` (#2714, #2723) - fix: `cargo build` now builds incrementally (#2740) - fix: avoid REPL crash when DENO_DIR doesn't exist (#2727) - fix: resolve worker module URLs relative to the host main module URL (#2751) - doc: improve documentation on using the V8 profiler (#2742) In deno_std: - fix: make the 'ws' module (websockets) work again (denoland/deno_std#550)
83d5362
2019-08-09 08:53
下载
v0.13.0
b3541c3
2019-07-31 23:37
下载
v0.12.0
v0.12.0 - feat: Support window.onload (#2643) - feat: generate default file name for bundle when URL ends in a slash (#2625) - fix: for '-' arg after script name (#2631) - fix: upgrade v8 to 7.7.200 (#2624)
4e248ec
2019-07-17 03:30
下载
v0.11.0
- feat: Add Deno.homeDir() (#2578) - feat: Change Reader interface (#2591) - feat: add bash completions (#2577) - feat: parse CLI flags after script name (#2596) - fix: multiple error messages for a missing file (#2587) - fix: normalize Deno.execPath (#2598) - fix: return useful error when import path has no ./ (#2605) - fix: run blocking function on a different task (#2570)
92ac616
2019-07-07 07:38
下载
v0.10.0
v0.10.0 / 2019.06.25 - feat: improve module download progress (#2576) - feat: improve 'deno install' (#2551) - feat: log permission access with -L=info (#2518) - feat: redirect process stdio to file (#2554) - fix: add encodeInto to TextEncoder (#2558) - fix: clearTimeout should convert to number (#2539) - fix: clearTimeout.name / clearInterval.name (#2540) - fix: event `isTrusted` is enumerable (#2543) - fix: fetch() body now async iterable (#2563) - fix: fetch() now handles redirects (#2561) - fix: prevent multiple downloads of modules (#2477) - fix: silent failure of WebAssembly.instantiate() (#2548) - fix: urlSearchParams custom symbol iterator (#2537)
c56df45
2019-06-25 21:31
下载
v0.9.0
7b06aa3
2019-06-15 06:34
下载
v0.8.0
d60bdb6
2019-06-09 02:44
下载
v0.7.0
5265bd7
2019-05-30 05:47
下载
v0.6.0
22feb74
2019-05-21 02:23
下载
v0.5.0
23aca36
2019-05-12 00:43
下载
v0.4.0
2aae09c
2019-05-04 07:09
下载
v0.3.11
3b1e2f1
2019-05-04 02:30
下载
v0.3.10
v0.3.10 / 2019.04.25 In deno: - Fix "deno types" (#2209) - CLI flags/subcommand rearrangement (#2210, #2212)
40d8ef1
2019-04-26 03:04
下载
v0.3.9
v0.3.9 / 2019.04.25 In deno: - Fix #2033, shared queue push bug (#2158) - Fix panic handler (#2188) - cli: Change "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" (#2157) - Make Deno/Deno.core not deletable/writable (#2153) - Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) - symlink: Ignore type parameter on non-Windows platforms (#2185) - upgrade rust crates (#2186) - core: make Isolate concrete, remove Dispatch trait (#2183) In deno_std: - http: add cookie module (#338) - fs: add getFileInfoType() (#341) - fs: add ensureLink/ensureLinkSync (#353) - fs: add ensureSymlink/ensureSymlinkSync (#268) - fs: add readFileStr, writeFileStr (#276, #340) - testing: support Sets in asserts.equals (#350)
e725b26
2019-04-25 21:21
下载
v0.3.8
0796a8f
2019-04-19 23:27
下载
v0.3.7
8584d80
2019-04-12 03:00
下载
v0.3.6
v0.3.6 / 2019.01.04 In deno: - upgrade rust crates (#2016) - EventTarget improvements (#2019, #2018) - Upgrade to TypeScript 3.4.1 (#2027) - console/toString improvements (#2032, #2042, #2041, #2040) - Add web worker JS API (#1993, #2039) - Fix redirect module resolution bug (#2031) - core: publish to crates.io (#2015,#2022, #2023, #2024) - core: add RecursiveLoad for async module loading (#2034) In deno_std: - toml: Full support of inline table (deno_std#320) - fix benchmarks not returning on deno 0.3.4+ (deno_std#317)
744e56c
2019-04-04 18:12
下载
v0.3.5
b965c7a
2019-03-29 04:10
下载
v0.3.4
223a2ad
2019-03-21 05:16
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载