This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
Feature: Infer local non-JS read dependencies (fs.read
, __dirname
, etc.)
#16
Labels
feature
New feature or request
We have dependency code like:
where we could infer some combination of
fs.read*
path.*
__dirname
Indicates reading a non-JS-imported file.
The text was updated successfully, but these errors were encountered: