`collectVariableUsage` only collect variable with variable declaration. Can we get global variable usage such as `process.env.REACT_APP_HOST`'s `process` or `window.document`'s `window`?
collectVariableUsageonly collect variable with variable declaration.Can we get global variable usage such as
process.env.REACT_APP_HOST'sprocessorwindow.document'swindow?