Commit 825d63b
committed
refactor(interpreter): use env instead of values for package storage
The change replaces direct access to `values` with the `env` field for storing and retrieving package constants. This provides better consistency with how other package data is accessed and makes the code more maintainable.1 parent bf3420e commit 825d63b
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
| 270 | + | |
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
| |||
786 | 787 | | |
787 | 788 | | |
788 | 789 | | |
789 | | - | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
790 | 794 | | |
791 | 795 | | |
792 | 796 | | |
| |||
0 commit comments