-
Updated
Nov 13, 2020 - TypeScript
Deno

Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
- Secure by default. No file, network, or environment access (unless explicitly enabled).
- Supports TypeScript out of the box.
- Ships a single executable (deno).
- Has built in utilities like a dependency inspector (deno info) and a code formatter (deno fmt).
- Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno.
- Scripts can be bundled into a single javascript file.
Here are 1,570 public repositories matching this topic...
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Nov 12, 2020 - TypeScript
Summary
What:
Most of the assertions occur in one test case. They should be broken apart into their own test cases.
Why:
We should break out these assertions into their own test cases so that we can debug more easily and faster.
Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
- Refactor create_app.ts script unit te
-
Updated
Nov 11, 2020 - TypeScript
Not sure if this is the correct way to do it, but I wanted to save a cache script I could easily run.
"cache": {
"desc": "Cache versions and update lock file",
"cmd": "deno cache server.ts --lock-write",
"lock": "./lock.json"
}
The result however when running denon cache
is an endless loop instead of just executing it once, looks like this:
![Skärmavbild
Events
-
Updated
Jul 26, 2020 - TypeScript
-
Updated
Nov 12, 2020 - Rust
-
Updated
Nov 12, 2020 - Rust
-
Updated
Oct 24, 2020 - TypeScript
SSE Support
-
Updated
Nov 13, 2020 - TypeScript
Run deno fmt --check
in CI to check that all files have proper formatting. Currently not all files are formatted the same.
-
Updated
Nov 11, 2020 - Dockerfile
Support to assign a table a foreign key.
-
Updated
Nov 7, 2020 - TypeScript
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Nov 8, 2020 - TypeScript
A new logo
-
Updated
Nov 9, 2020 - TypeScript
Create a logo
Now that Pogo's APIs are stable and we're getting more users, I think it would be nice to add some "fit and finish" in the form of a logo.
Anyone have logo ideas or want to try making one?
Is your feature request related to a problem? Please describe.
支持自动检测框架的覆盖范围仅仅支持了几个常见前端框架和函数,还可以拓展更多的框架和语言来提升体验
这块的实现是基于配置式的,可以比较轻松拓展一个新框架的支持
https://github.com/TencentCloudBase/cloudbase-framework/blob/master/packages/framework-core/src/detect-frameworks/frameworks.ts
大家可以通过这个快速参与进核心代码的开发当中,目前可以考虑支持的框架和技术有 Hexo, Egg, Koa, Express, Koa , Docker 容器等