forked from lug/matterbridge
Update vendor (#852)
This commit is contained in:
6
vendor/github.com/d5/tengo/compiler/symbol_scopes.go
generated
vendored
6
vendor/github.com/d5/tengo/compiler/symbol_scopes.go
generated
vendored
@@ -6,7 +6,7 @@ type SymbolScope string
|
||||
// List of symbol scopes
|
||||
const (
|
||||
ScopeGlobal SymbolScope = "GLOBAL"
|
||||
ScopeLocal = "LOCAL"
|
||||
ScopeBuiltin = "BUILTIN"
|
||||
ScopeFree = "FREE"
|
||||
ScopeLocal SymbolScope = "LOCAL"
|
||||
ScopeBuiltin SymbolScope = "BUILTIN"
|
||||
ScopeFree SymbolScope = "FREE"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user