Home
last modified time | relevance | path

Searched refs:commonjs (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/scripts/
H A Dconfigs.js16 const commonjs = require('@rollup/plugin-commonjs'); constant
54 commonjs(),
79 commonjs(),
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dmodule-principle.md7 …json文件、Native模块,ArkTS中支持[ECMAScript模块规范](#ecmascript模块)及[CommonJS模块规范](#commonjs模块),此外ArkTS也对加载方式进…
58 针对ets/ts/js模块类型的加载遵循[ECMAScript模块规范](#ecmascript模块)及[CommonJS模块规范](#commonjs模块)。
H A Dtool-disassembler.md82 … // 一个js文件对应一个模块数据,包含了模块的相关信息(在方舟字节码文件中的位置,是否是commonjs ...)
H A Dsource-obfuscation.md563 1.在使用`require`引入文件路径时,由于`ArkTS`不支持[CommonJS](../arkts-utils/module-principle.md#commonjs模块)语法,因此这种情…
/ohos5.0/build/scripts/
H A Dgenerate_js_bytecode.py82 if input_arguments.commonjs:
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.1/
H A Dchangelogs-arkcompiler.md38 非esmodule(如FA模型下为commonjs模块)模块import场景下会丢弃this值,与esmodule模块的import行为一致
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dmodule-principle.md7 …ecifications](#ecmascript-module) and [CommonJS module specifications](#commonjs-module). In addit…
58 … modules complies with [ECMAScript](#ecmascript-module) and [CommonJS](#commonjs-module) module sp…
H A Dtool-disassembler.md82 …a, including the module information (location in the ARK bytecode file, whether it is commonjs...).
H A Dsource-obfuscation.md484 …e ArkTS does not support the [CommonJS](../arkts-utils/module-principle.md#commonjs module) syntax.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/
H A Dchangelogs-arkcompiler.md38 …When an import from a non-ES module (such as the commonjs module in the FA model) is called, the *…
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v3.2-beta3.md171 …/>支持clang工具链的开源构建<br/>I5MYM9【新增规格】前端编译工具链支持模块化编译<br/>I5IKO1【新增规格】前端abc支持commonjs模块<br/>I5RRAJ【新增规格…