We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49177f7 commit dec4a91Copy full SHA for dec4a91
1 file changed
src/parser/aison.ts
@@ -1,10 +1,10 @@
1
/**
2
* AiSON: AiScript Object Notation
3
*/
4
-import type { JsValue } from '../interpreter/util.js';
5
import { nodeToJs } from '../utils/node-to-js.js';
6
import { Scanner } from './scanner.js';
7
import { parseAiSonTopLevel } from './syntaxes/aison.js';
+import type { JsValue } from '../interpreter/util.js';
8
9
export class AiSON {
10
public static parse(input: string): JsValue {
0 commit comments