Skip to content

Commit

Permalink
Remove lodash-es escape import
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Oct 2, 2024
1 parent d9580d2 commit 669164a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion generators/csharp/codegen/src/ast/Class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Interface } from "./Interface";
import { Method } from "./Method";
import { MethodInvocation } from "./MethodInvocation";
import { Parameter } from "./Parameter";
import { escape } from "lodash-es";

export declare namespace Class {
interface Args {
Expand Down
1 change: 0 additions & 1 deletion generators/csharp/codegen/src/ast/Field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { CodeBlock } from "./CodeBlock";
import { AstNode } from "./core/AstNode";
import { Writer } from "./core/Writer";
import { Type } from "./Type";
import { escape } from "lodash-es";

export declare namespace Field {
interface Args {
Expand Down
1 change: 0 additions & 1 deletion generators/csharp/codegen/src/ast/Method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { AstNode } from "./core/AstNode";
import { Writer } from "./core/Writer";
import { Parameter } from "./Parameter";
import { Type } from "./Type";
import { escape } from "lodash-es";

export enum MethodType {
INSTANCE,
Expand Down

0 comments on commit 669164a

Please sign in to comment.