File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - [ ] Values whose static type is a type parameter will lookup for names in the type parameter's derived types.
1111 - [ ] InScopeLookup
1212 - [ ] Introduce lazily imported source files based in source paths.
13- - [ ] `shock_env ` qualifier causes DotEnv variable retrieval.
13+ - [ ] `DotEnv ` qualifier causes DotEnv variable retrieval.
1414- [ ] Constants
1515 - [ ] *EnumConstant* for both regular enumerations and flag enumerations
1616- [ ] Reference values
9191- [ ] Definition constructs
9292- [ ] Global objects
9393 - [ ] shock_proxy namespace
94- - [ ] shock_env namespace
94+ - [ ] DotEnv namespace
9595 - [ ] Reflect namespace
9696 - [ ] trace()
9797 - [ ] assert()
Original file line number Diff line number Diff line change 11# Environment variables
22
3- Environment variables may be read from the project's ` .env ` file using the ` shock_env ::VAR_NAME` expression:
3+ Environment variables may be read from the project's ` .env ` file using the ` DotEnv ::VAR_NAME` expression:
44
55```
6- shock_env ::SECRET
6+ DotEnv ::SECRET
77```
You can’t perform that action at this time.
0 commit comments