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 d596a7b commit bb53fd0Copy full SHA for bb53fd0
test/std.ts
@@ -1,9 +1,9 @@
1
import * as assert from 'assert';
2
import { describe, expect, test } from 'vitest';
3
import { utils } from '../src';
4
+import { AiScriptRuntimeError } from '../src/error';
5
import { NUM, STR, NULL, ARR, OBJ, BOOL, TRUE, FALSE, ERROR ,FN_NATIVE } from '../src/interpreter/value';
6
import { exe, eq } from './testutils';
-import { AiScriptRuntimeError } from '../src/error';
7
8
9
describe('Core', () => {
0 commit comments