diff --git a/.vscode/settings.json b/.vscode/settings.json index e5d22b4fc..ce6003217 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { "restructuredtext.confPath": "", "restructuredtext.linter.disabled": true -} \ No newline at end of file +} diff --git a/src/__tests__/tst.notts b/src/__tests__/tst.notts index a43c6043a..de9273666 100644 --- a/src/__tests__/tst.notts +++ b/src/__tests__/tst.notts @@ -40,4 +40,4 @@ // 30000 // ); // -test("tru", {} => return true); \ No newline at end of file +test("tru", {} => return true); diff --git a/src/cse-machine/types.ts b/src/cse-machine/types.ts index c035b4259..b2b9cb451 100644 --- a/src/cse-machine/types.ts +++ b/src/cse-machine/types.ts @@ -52,8 +52,10 @@ export interface DeclAssmtInstr extends BaseInstr { +export interface RegularAssmtInstr extends BaseInstr< + InstrType.ASSIGNMENT, + es.AssignmentExpression +> { declaration: false symbol: string } diff --git a/yarn.lock b/yarn.lock index cafa7b299..a0f66be3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4151,11 +4151,11 @@ __metadata: linkType: hard "prettier@npm:^3.6.2": - version: 3.6.2 - resolution: "prettier@npm:3.6.2" + version: 3.7.4 + resolution: "prettier@npm:3.7.4" bin: prettier: bin/prettier.cjs - checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812 + checksum: 10c0/9675d2cd08eacb1faf1d1a2dbfe24bfab6a912b059fc9defdb380a408893d88213e794a40a2700bd29b140eb3172e0b07c852853f6e22f16f3374659a1a13389 languageName: node linkType: hard