Skip to content

Commit

Permalink
other: Prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 24, 2024
1 parent d65876b commit 480a2c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @since 0.11.0
*/
import type { ExpressionTypeSemantics } from "../../expression-type-semantics";
import type {BuiltInTypeFunc, ProcessedType} from "../../../../../semantics";
import type { BuiltInTypeFunc, ProcessedType } from "../../../../../semantics";

/**
* Type semantics for AST Node {@link LambdaExpression}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { CompoundStatement } from "../../../statements";
import type { IdentifierTypeSpecifierExpression } from "../../type-specifier-expression";
import { ParameterDeclaration } from "../../../declarations";
import { UnableToDetermineSemanticDataError } from "../../../../../../errors";
import {BuiltInTypeFunc, BuiltInTypes, LambdaScope} from "../../../../../semantics";
import { BuiltInTypeFunc, BuiltInTypes, LambdaScope } from "../../../../../semantics";

/**
* Lambda expression class, which represents a lambda expression in the AST.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { InternalFunctionArgument } from "./internal-function-argument";
import { KipperBuiltInTypeLiteral } from "../../const";
import {BuiltInTypeFunc, ProcessedType} from "../types";
import { BuiltInTypeFunc, ProcessedType } from "../types";

/**
* Interface representation of a {@link InternalFunction}, which is used to provide functionality for Kipper specific
Expand Down
2 changes: 1 addition & 1 deletion test/module/core/errors/semantic-errors/invalid-global.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {BuiltInFunction, KipperError, KipperProgramContext, LexerParserData} from "@kipper/core";
import { BuiltInFunction, KipperError, KipperProgramContext, LexerParserData } from "@kipper/core";
import { BuiltInTypes } from "@kipper/core";
import { KipperCompiler, KipperFileStream } from "@kipper/core";
import { defaultConfig } from "../index";
Expand Down

0 comments on commit 480a2c4

Please sign in to comment.