PdependencySpecifiers
Bun

property

vm.Module.dependencySpecifiers

dependencySpecifiers: readonly string[]

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.