mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 01:41:30 +00:00
Control flow evaluator; Support for block-level let/const variables
This commit is contained in:
@ -980,6 +980,7 @@ export class UnaryPrefixExpression extends UnaryExpression {
|
||||
export enum ModifierKind {
|
||||
ASYNC,
|
||||
CONST,
|
||||
LET,
|
||||
DECLARE,
|
||||
EXPORT,
|
||||
IMPORT,
|
||||
|
Reference in New Issue
Block a user