Skip to content

Commit a29c7a1

Browse files
committed
sort imports
1 parent a3ea4e7 commit a29c7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AnyExportable, Exported, ExportType, ExportedFunction, ExportedKeyword, OneParameterMethod, ExportedOperator, ReturnerMethod, SyntaxScriptCompiler, escapeRegex } from './compiler.js';
1+
import { AnyExportable, ExportType, Exported, ExportedFunction, ExportedKeyword, ExportedOperator, OneParameterMethod, ReturnerMethod, SyntaxScriptCompiler, escapeRegex } from './compiler.js';
22
import { BaseRule, BooleanRule, Functionary, FunctionaryValueType, Rule, RuleType, StringRule, dictionary } from './dictionary/index.js';
33
import { BraceExpression, CompileStatement, Expression, FunctionStatement, ImportStatement, ImportsStatement, KeywordStatement, OperatorStatement, ParenExpression, PrimitiveTypeExpression, ProgramStatement, RuleStatement, SquareExpression, Statement, StringExpression, VariableExpression, WhitespaceIdentifierExpression } from './types.js';
44
import { CompilerError, isCompilerError } from './types.js';

0 commit comments

Comments
 (0)