remove undefined global constraint
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ roadmap and milestone history.
|
||||
|
||||
- newline-terminated statements and `#` comments
|
||||
- immutable `::` bindings, typed mutable `=` locals/globals, and `_` sinks
|
||||
- immutable package globals, mutable runtime globals, function-local mutable locals, and mutable local declarations initialized with `undefined`
|
||||
- immutable package globals, mutable runtime globals, function-local mutable locals, and mutable declarations initialized with `undefined`
|
||||
- package-level functions, globals, native type declarations, and `Name :: alias T`
|
||||
- directory packages with merged declarations
|
||||
- file-local relative imports, import aliases, and qualified member access
|
||||
|
||||
Reference in New Issue
Block a user