sourceTextModule.dependencySpecifiers


稳定性: 0 - 已弃用:改用 sourceTextModule.moduleRequests

¥Stability: 0 - Deprecated: Use sourceTextModule.moduleRequests instead.

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

¥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.