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

    287 2021-03-04 《Deno v1.7.1 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...
  • TypeScript里的this

    TypeScript里的this 介绍 典型症状和危险系数 JavaScript里的this 究竟是什么? this 的危险信号 修复 使用实例函数 本地的胖箭头 Function.bind TypeScript里的this 介绍 在JavaScript里(还有TypeScript),this 关键字的行为与其它语言相比大为不同。...
  • 14. Exception Handling

    Chapter 14. Exception Handling What Is Exception Handling? Exception Handling in JavaScript throw try-catch-finally Examples Error Constructors Stack Traces Implementing Yo...
  • 1. Basic JavaScript

    Chapter 1. Basic JavaScript Background JavaScript Versus ECMAScript Influences and Nature of the Language Syntax An Overview of the Syntax Statements Versus Expressions Semic...
  • 执行 Babel 生成的代码

    1028 2018-05-14 《Babel 用户手册》
    执行 Babel 生成的代码 babel-polyfill babel-runtime 执行 Babel 生成的代码 即便你已经用 Babel 编译了你的代码,但这还不算完。 babel-polyfill Babel 几乎可以编译所有时新的 JavaScript 语法,但对于 APIs 来说却并非如此。 比方说,下列含有箭头函数的需要编译...
  • env

    @babel/preset-env Install How Does it Work? Browserslist Integration Options targets targets.esmodules targets.node targets.safari targets.browsers spec loose modules de...
  • typescript

    @babel/plugin-transform-typescript Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Caveats Impartial Namespace Support Options isTSX jsxPragma ...
  • 属性

    属性 Attribute ~~ Attributes 多行属性 ~~ Multiline Attributes 属性嵌入 ~~ Attribute Interpolation 不转义的属性 ~~ Unescaped Attributes 布尔值属性 ~~ Boolean Attributes 样式属性 ~~ Style Attributes 类属性...
  • Usage Guide

    Usage Guide Overview Basic usage with CLI Core Library CLI tool Plugins & Presets Configuration Polyfill Summary Usage Guide There are quite a few tools in the Babel too...
  • 代码转换

    代码转换 默认值 编写自定义Transformers 例子 检查带有类型的TypeScript 将图片转换为其路径 代码转换 Jest 会在项目里以原始的 JavaScript 执行,所以如果你用了一些 Node 环境不支持的语法 (比如 JSX, TypeScript, Vue 模板语法),那就要把你的代码转译成原始的 JavaScript...