module.dependencySpecifiers


该模块所有依赖的说明符。返回的数组被冻结,不允许对其进行任何更改。

¥The specifiers of all dependencies of this module. The returned array is frozen to disallow any changes to it.

对应 ECMAScript 规范中 循环模块记录[[RequestedModules]] 字段。

¥Corresponds to the [[RequestedModules]] field of Cyclic Module Records in the ECMAScript specification.