UNPKG

loqatevars

Version:

Locate JavaScript files with 'const' or 'process.env' usage in LLM-generated codebases

16 lines (13 loc) 500 B
# Directory Test Directory This directory contains a collection of JavaScript files used for testing the `loqatevars` tool. The files are designed to test specific scenarios, such as: * `badConst.js` * `badScope.js` * `functionCaller.js` * `ifStatement.js` * `importModule.js` * `letVariable.js` * `badEnvOnly.js` * `requireImport.js` These files likely serve as test cases to ensure the tool correctly identifies or ignores different patterns of `const` and `process.env` usage.