We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0191c9c commit 2b95f87Copy full SHA for 2b95f87
src/builtins.ts
@@ -20,7 +20,6 @@ import {
20
LiteralKind,
21
LiteralExpression,
22
StringLiteralExpression,
23
- ArrayLiteralExpression,
24
CallExpression,
25
isNumericLiteral
26
} from "./ast";
@@ -160,7 +159,6 @@ export namespace BuiltinNames {
160
159
export const unchecked = "~lib/builtins/unchecked";
161
export const instantiate = "~lib/builtins/instantiate";
162
export const idof = "~lib/builtins/idof";
163
- export const fixed = "~lib/builtins/fixed";
164
165
export const i8 = "~lib/builtins/i8";
166
export const i16 = "~lib/builtins/i16";
0 commit comments