Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 23, 2024
2 parents aaa9605 + e804590 commit be22ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeParser/PromiseNodeParser.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import ts from "typescript";
import { ExpectationFailedTJSGError } from "../Error/Errors.js";
import { Context, type NodeParser } from "../NodeParser.js";
import type { SubNodeParser } from "../SubNodeParser.js";
import { AliasType } from "../Type/AliasType.js";
import type { BaseType } from "../Type/BaseType.js";
import { DefinitionType } from "../Type/DefinitionType.js";
import { getKey } from "../Utils/nodeKey.js";
import { ExpectationFailedTJSGError } from "../Error/Errors.js";

/**
* Needs to be registered before 261, 260, 230, 262 node kinds
Expand Down

0 comments on commit be22ec4

Please sign in to comment.