From 6e5a9c6d17ea42b09f0d85094dba5fde6a99cbcb Mon Sep 17 00:00:00 2001 From: Vadim Volodin Date: Tue, 16 Jan 2024 02:46:47 -0500 Subject: [PATCH] Fix plus to sharp in FieldBuiltinType (#71) --- src/ast/nodes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ast/nodes.ts b/src/ast/nodes.ts index ebedc68..59040bf 100644 --- a/src/ast/nodes.ts +++ b/src/ast/nodes.ts @@ -73,7 +73,7 @@ export type FieldDefinition = export abstract class Field extends ASTBase {} -export const FieldBuiltinType = ['+', 'Type'] as const +export const FieldBuiltinType = ['#', 'Type'] as const export class FieldBuiltinDef extends Field { constructor(