From a00da3e7df15b10bf9cf48deab10f3286f4fec05 Mon Sep 17 00:00:00 2001 From: Vadim Volodin Date: Mon, 15 Jan 2024 17:29:47 -0500 Subject: [PATCH] Fix plus to sharp in FieldBuiltinType --- 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(