Skip to content

Commit dec4a91

Browse files
authored
lintによる修正 (#949)
1 parent 49177f7 commit dec4a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser/aison.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* AiSON: AiScript Object Notation
33
*/
4-
import type { JsValue } from '../interpreter/util.js';
54
import { nodeToJs } from '../utils/node-to-js.js';
65
import { Scanner } from './scanner.js';
76
import { parseAiSonTopLevel } from './syntaxes/aison.js';
7+
import type { JsValue } from '../interpreter/util.js';
88

99
export class AiSON {
1010
public static parse(input: string): JsValue {

0 commit comments

Comments
 (0)