书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 98 个相关结果.
  • 编译选项

    编译选项 编译选项 相关信息 编译选项 编译选项 选项 类型 默认值 描述 —allowJs boolean false 允许编译javascript文件。 —allowSyntheticDefaultImports boolean module === "system" 或设置了 —esModuleInte...
  • 编译选项

    编译选项 编译选项 相关信息 编译选项 编译选项 选项 类型 默认值 描述 —allowJs boolean false 允许编译javascript文件。 —allowSyntheticDefaultImports boolean module === "system" 或设置了 —esModuleInte...
  • object-rest-spread

    @babel/plugin-proposal-object-rest-spread Example Rest Properties Spread Properties Installation Usage With a configuration file (Recommended) Via CLI Via Node API Options ...
  • s 修饰符:dotAll 模式

    s 修饰符:dotAll 模式 s 修饰符:dotAll 模式 正则表达式中,点(. )是一个特殊字符,代表任意的单个字符,但是有两个例外。一个是四个字节的 UTF-16 字符,这个可以用u 修饰符解决;另一个是行终止符(line terminator character)。 所谓行终止符,就是该字符表示一行的终结。以下四个字符属于“行终止符”。 ...
  • 21. Function.prototype.toString revision

    21. Function.prototype.toString revision 21.1. The algorithm Please support this book: buy it or donate 21. Function.prototype.toString revision This chapter covers the ...
  • 模板字符串的限制

    模板字符串的限制 模板字符串的限制 前面提到标签模板里面,可以内嵌其他语言。但是,模板字符串默认会将字符串转义,导致无法嵌入其他语言。 举例来说,标签模板里面可以嵌入 LaTEX 语言。 function latex ( strings ) { // ... } let document = latex ` \...
  • Project Options

    Project Options Allow JS - allowJs Check JS - checkJs Composite - composite Declaration - declaration Declaration Map - declarationMap Downlevel Iteration - downlevelIter...
  • Supported Browsers and Features

    Supported Browsers and Features Supported Browsers Supported Language Features Configuring Supported Browsers Supported Browsers and Features Supported Browsers By default...
  • Unicode 属性类

    Unicode 属性类 Unicode 属性类 ES2018 引入 了一种新的类的写法\p{...} 和\P{...} ,允许正则表达式匹配符合 Unicode 某种属性的所有字符。 const regexGreekSymbol = /\p{Script=Greek}/ u ; regexGreekSymbol . test ( 'π'...
  • 编译器 API

    编译器 API Deno.compile() Deno.bundle() Deno.transpileOnly() 引用 TypeScript 库文件 包含 Deno 命名空间 使用三斜杠引用(triple-slash reference) 编译器 API 这是一个不稳定的 Deno API。 更多信息请查阅 稳定性 De...