Parcourir la source

Rename InstructionDictionary file to be lowercase

ApisNecros il y a 1 an
Parent
commit
3c3daab8e9
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/codebox.ts
  2. 0 0
      src/instructions.ts

+ 1 - 1
src/codebox.ts

@@ -4,7 +4,7 @@ import { EmptyCodeBoxError, FailedToParseCodeBoxError, WrongStackSizeError } fro
 import { CodeBoxOptions, OrdinalDirection } from "./types.js";
 import { charToDecimal, deepClone } from "./common.js";
 import { Node } from "typescript";
-import { InstructionDictionary } from "./Instructions.js";
+import { InstructionDictionary } from "./instructions.js";
 
 export class CodeBox {
     /**

+ 0 - 0
src/Instructions.ts → src/instructions.ts