书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 3179 个相关结果.
  • 升级到 Nowa2

    NOWA1 应用升级 NOWA2 Nowa2 安装 升级步骤 1. 源代码改造 1.1 CommonJS 风格的导入导出修改 1.2 非标准 ESM 导入导出修改 1.3 入口改造 1.4 模板改造 1.5 注入变量改造 1.6 HTML 容器改造 2. 老 webpack.config.js 配置改造 NOWA1 应用升级 NO...
  • 编程语言支持

    语言支持 TypeScript TypeScript 参考教程 JavaScript 语言特性 编译选项 运行环境 JavaScript 参考教程 语言支持 Cocos Creator 支持 TypeScript 和 JavaScript 两种编程语言。但需要注意的是,JavaScript 只支持以 插件脚本 的形式导入使用。 ...
  • 迁移到 TypeScript

    迁移到 TypeScript 迁移到 TypeScript TypeScript 是 ES6 的一个超集,正如其名字所暗示的,它使用一个类型系统。 这可以对开发人员工具产生巨大影响,从而提供更丰富的自动完成和静态分析。 Angular 是使用 TypeScript 构建的,并且支持向 Angular 提供元信息的装饰器。 TypeScript 的装...
  • 5. Object Literal Extensions

    5. Object Literal Extensions ES6 allows declaring object literals by providing shorthand syntax for initializing properties from variables and defining function methods. It also ...
  • 14. Symbol

    14. Symbol A Symbol is a unique and immutable data type introduced in ES6. The purpose of a symbol is to generate a unique identifier but you can never get any access to that id...
  • instanceof

    @babel/plugin-transform-instanceof Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API References @babel/plugin-transform-instanceof Example In ...
  • instanceof

    @babel/plugin-transform-instanceof Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API References @babel/plugin-transform-instanceof Example In ...
  • _.intersection

    _.intersection Browser Support for Array.prototype.reduce() _.intersection Returns an array that is the intersection of all the arrays. Each value in the result is present in ...
  • TypeScript 2.0

    TypeScript 2.0 TypeScript 2.0 Null- and undefined-aware types Control flow based type analysis Tagged union types The never type Read-only properties and index signatures ...
  • TypeScript 1.6

    TypeScript 1.6 JSX 支持 新的 .tsx 文件扩展名和 as 运算符 使用 React 使用其他 JSX 框架 编译输出 交叉类型 (intersection types) 例子 本地类型声明 类表达式 继承表达式 abstract (抽象的) 类和方法 例子 泛型别名 更严格的对象字面量赋值检查 例子 ...