Skip to main content
property Module.prototype.dependencySpecifiers

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 Record s in the ECMAScript specification.

Type

readonly string[]
Back to top