mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
feat(developer): adjust import formatting in store-analyzer.ts
This commit is contained in:
parent
b49d31571d
commit
311c7b07c7
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
import { TokenType } from "./token-type.js";
|
||||
import { Token } from "./lexer.js";
|
||||
import { PermittedKeywordRule, TextRule } from "./kmn-analyzer.js";
|
||||
import { AlternateRule, AlternateTokenRule, ManyRule, OneOrManyRule, OptionalRule, Rule, SingleChildRuleWithASTRebuild } from "./recursive-descent.js";
|
||||
import { SingleChildRule, SequenceRule, TokenRule } from "./recursive-descent.js";
|
||||
import { AlternateRule, AlternateTokenRule, ManyRule, OneOrManyRule, OptionalRule } from "./recursive-descent.js";
|
||||
import { Rule, SingleChildRule, SingleChildRuleWithASTRebuild, SequenceRule, TokenRule } from "./recursive-descent.js";
|
||||
import { NodeType } from "./node-type.js";
|
||||
import { ASTNode } from "./tree-construction.js";
|
||||
import { TokenBuffer } from "./token-buffer.js";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue