书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1523 个相关结果.
  • Development tools

    310 2021-04-17 《Deno v1.9.0 Manual》
    Testing and Tools Tests Lint and format Continuous Benchmarks Testing and Tools Tests Test deno : # Run the whole suite: cargo test # Only test cli/tests/unit/: c...
  • Development tools

    324 2021-08-22 《Deno v1.12.2 Manual》
    Testing and Tools Tests Lint and format Continuous Benchmarks Testing and Tools Tests Test deno : # Run the whole suite: cargo test # Only test cli/tests/unit/: car...
  • Development tools

    234 2021-07-14 《Deno v1.12.0 Manual》
    Testing and Tools Tests Lint and format Continuous Benchmarks Testing and Tools Tests Test deno : # Run the whole suite: cargo test # Only test cli/tests/unit/: c...
  • 5.2.测试

    测试 test 属性(The test attribute) ignore 属性 tests 模块 tests 目录 文档测试 测试与并发 测试输出 测试 testing.md commit d7376702d21ad31bdbea2f41bc701d7cac837183 Program testing can be a very ...
  • Development tools

    220 2021-06-20 《Deno v1.11.1 Manual》
    Testing and Tools Tests Lint and format Continuous Benchmarks Testing and Tools Tests Test deno : # Run the whole suite: cargo test # Only test cli/tests/unit/: c...
  • 2.4. Semihosting

    Semihosting Semihosting Semihosting is a mechanism that lets embedded devices do I/O on the host and ismainly used to log messages to the host console. Semihosting requires a d...
  • The challenge

    491 2019-06-07 《Discovery》
    The challenge The challenge You are now well armed to face a challenge! Your task will be to implement the application I showedyou at the beginning of this chapter. Here’s the...
  • 9.1. 从源码构建

    从源码构建 克隆 Deno 仓库 前置条件 构建 从源码构建 以下是从源码构建 Deno 的操作步骤。如果您只是想使用 Deno,您可以下载一个预构建的可执行文件,参考 入门 章节。 克隆 Deno 仓库 Linux 或 Mac 系统: Clone on Linux or Mac: git clone -- recurse -...
  • 15.1. Development

    Development Setting up an initial dev environment Setting up a full dev environment Option 1: Use the project’s task Option 2: Install tools individually Option 3: Use a Dev C...
  • 7.1. Packages and Crates

    Packages and Crates Packages and Crates The first parts of the module system we’ll cover are packages and crates. A crate is a binary or library. The crate root is a source fil...