Skip to content

Commit

Permalink
Forgot to remove test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Dec 30, 2024
1 parent ec617df commit 8d800e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/codegen/model/OutputFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@
* can be found in the LICENSE.txt file in the project root.
*/

import { RuntimeMetaData } from "antlr4ng";
import { Grammar } from "../../tool/Grammar.js";
import { ActionAST } from "../../tool/ast/ActionAST.js";
import { OutputModelFactory } from "../OutputModelFactory.js";
import { Action } from "./Action.js";
import { OutputModelObject } from "./OutputModelObject.js";

export abstract class OutputFile extends OutputModelObject {
private readonly checkVersion = () => {
RuntimeMetaData.checkVersion("4.13.2", RuntimeMetaData.VERSION);
};

public readonly fileName: string;
public readonly grammarFileName: string;
public readonly TokenLabelType?: string;
Expand Down

0 comments on commit 8d800e9

Please sign in to comment.