Predicate DataFlow::dependencyModuleImport
Gets a (default) import of the given dependency dep
, such as
require("lodash")
in a context where a package.json file includes
"lodash"
as a dependency.
Import path
import javascript
Gets a (default) import of the given dependency dep
, such as
require("lodash")
in a context where a package.json file includes
"lodash"
as a dependency.
import javascript