Searched refs:commonjs (Results 1 – 11 of 11) sorted by relevance
16 const commonjs = require('@rollup/plugin-commonjs'); constant54 commonjs(),79 commonjs(),
7 …json文件、Native模块,ArkTS中支持[ECMAScript模块规范](#ecmascript模块)及[CommonJS模块规范](#commonjs模块),此外ArkTS也对加载方式进…58 针对ets/ts/js模块类型的加载遵循[ECMAScript模块规范](#ecmascript模块)及[CommonJS模块规范](#commonjs模块)。
82 … // 一个js文件对应一个模块数据,包含了模块的相关信息(在方舟字节码文件中的位置,是否是commonjs ...)
563 1.在使用`require`引入文件路径时,由于`ArkTS`不支持[CommonJS](../arkts-utils/module-principle.md#commonjs模块)语法,因此这种情…
82 if input_arguments.commonjs:
38 非esmodule(如FA模型下为commonjs模块)模块import场景下会丢弃this值,与esmodule模块的import行为一致
7 …ecifications](#ecmascript-module) and [CommonJS module specifications](#commonjs-module). In addit…58 … modules complies with [ECMAScript](#ecmascript-module) and [CommonJS](#commonjs-module) module sp…
82 …a, including the module information (location in the ARK bytecode file, whether it is commonjs...).
484 …e ArkTS does not support the [CommonJS](../arkts-utils/module-principle.md#commonjs module) syntax.
38 …When an import from a non-ES module (such as the commonjs module in the FA model) is called, the *…
171 …/>支持clang工具链的开源构建<br/>I5MYM9【新增规格】前端编译工具链支持模块化编译<br/>I5IKO1【新增规格】前端abc支持commonjs模块<br/>I5RRAJ【新增规格…