书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 2325 个相关结果.
  • Overview

    312 2021-06-20 《Deno v1.11.0 Manual》
    Overview of TypeScript in Deno How does it work? Type Checking Determining the type of file Supported media types Strict by default Mixing JavaScript and TypeScript Diagnosti...
  • Overview

    488 2021-03-04 《Deno v1.7.4 Manual》
    Overview of TypeScript in Deno How does it work? Type Checking Determining the type of file Supported media types Strict by default Mixing JavaScript and TypeScript Diagnosti...
  • 命名空间和模块

    介绍 使用命名空间 使用模块 命名空间和模块的陷阱 对模块使用/// <reference> 不必要的命名空间 模块的取舍 关于术语的一点说明: 请务必注意一点,TypeScript 1.5里术语名已经发生了变化。“内部模块”现在称做“命名空间”。“外部模块”现在则简称为“模块”,这是为了与ECMAScript 2015 里的术语保持一致...
  • Overview

    331 2021-04-17 《Deno v1.8.2 Manual》
    Overview of TypeScript in Deno How does it work? Type Checking Determining the type of file Supported media types Strict by default Mixing JavaScript and TypeScript Diagnosti...
  • 命名空间和模块

    命名空间和模块 介绍 使用命名空间 使用模块 命名空间和模块的陷阱 对模块使用/// <reference> 不必要的命名空间 模块的取舍 命名空间和模块 关于术语的一点说明: 请务必注意一点,TypeScript 1.5里术语名已经发生了变化。 “内部模块”现在称做“命名空间”。 “外部模块”...
  • Overview

    288 2021-08-22 《Deno v1.13.0 Manual》
    Overview of TypeScript in Deno How does it work? Type Checking Determining the type of file Supported media types Strict by default Mixing JavaScript and TypeScript Diagnosti...
  • 实现与测试86

    990 2020-10-08 《JavaScript 20 年》
    实现与测试 86 实现与测试86 在 2008 年 7 月于奥斯陆举行的 Ecma TC39 会议上,委员会同意在发布 ES3.1 之前,先获得两种互相兼容的实现。提出「两种互相兼容的实现」需求的主要原因,是确保 TC39 不会去对那些尚未被证明「技术上可行且与现有 Web 内容兼容」的内容进行标准化。Mozilla 承诺提供其中一种实现。由于微...
  • Javascript开发规范

    JavaScript编码规范 目录 " level="2">目录 类型 " level="2">类型 对象 " level="2">对象 数组 " level="2">数组 字符串 " level="2">字符串 函数 " level="2">函数 属性 " level="2">属性 变量 " level="2">变量 提升 " level=...
  • TypeScript 3.9

    Improvements in Inference and Promise.all What About the awaited Type? Speed Improvements // @ts-expect-error Comments ts-ignore or ts-expect-error ? Uncalled Function Che...
  • 04. Internals

    High-Level Design Parser Lexer Scanner Expression Parser Statement Parser Byte-code Compiled Code Format Byte-code Format Literals Literal Store Byte-code Categories Push...