IntegerAlex / IntegerAlex/hasty-server
(JS-0125) Found the usage of undeclared variables
Open
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Variables that aren't defined, but accessed may throw reference errors at runtime. > **NOTE**: In browser applications, DeepSource recommends the use of ESModules over regular `text/javascript` scripts. > Using variables that are injected by scripts included in an HTML file is currently not supported.
## Occurrences
There are 5 occurrences of this issue in the repository.
See all occurrences on DeepSource → [app.deepsource.com/gh/IntegerAlex/hasty-server/issue/JS-0125/occurrences/](https://app.deepsource.com/gh/IntegerAlex/hasty-server/issue/JS-0125/occurrences/)
Contributor guide
Assessment
This issue has not been assessed yet.