jordwalke / jordwalke/PackageJsonForCompilers
Make builtin envVariables more explicit
Open
- Dominant language
- No language data
- Stars
- 26
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Injecting built-in envVariables makes it harder to debug. We should make those variables more explicit for people to debug.
The general approach I'm thinking is to add a prefix to all built-in variables. For example, instead of "sandbox", we can use "__dependencyEnv_sandbox" instead. This can also reduce the chance of collision with other user-defined variables.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.