massive overhall to how program memory works and how artifacts their metada are rendered
This commit is contained in:
@ -453,7 +453,7 @@ export interface Literal extends GeneralStatement {
|
||||
raw: string
|
||||
}
|
||||
|
||||
interface Identifier extends GeneralStatement {
|
||||
export interface Identifier extends GeneralStatement {
|
||||
type: 'Identifier'
|
||||
name: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user