module.dependencySpecifiers


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

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

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

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