put private back
This commit is contained in:
@ -166,7 +166,7 @@ interface RawProgramMemory {
|
||||
* in the future.
|
||||
*/
|
||||
export class ProgramMemory {
|
||||
environments: Environment[]
|
||||
private environments: Environment[]
|
||||
private currentEnv: EnvironmentRef
|
||||
private return: KclValue | null
|
||||
|
||||
|
Reference in New Issue
Block a user