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.
readonly string[]