JS
This commit is contained in:
@@ -83,6 +83,8 @@ print_token :: proc(token: ^Token, depth: int = 0) {
|
||||
type_str = "Video"
|
||||
case TokenType.Iframe:
|
||||
type_str = "Iframe"
|
||||
case TokenType.Script:
|
||||
type_str = "Script"
|
||||
}
|
||||
|
||||
value_str := ""
|
||||
|
||||
Reference in New Issue
Block a user