File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/transformation/visitors/binary-expression Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as lua from "../../../LuaAST";
33import { cast } from "../../../utils" ;
44import { TransformationContext } from "../../context" ;
55import { isTupleReturnCall } from "../../utils/annotations" ;
6- import { validateAssignment , validatePropertyAssignment } from "../../utils/assignment-validation" ;
6+ import { validateAssignment } from "../../utils/assignment-validation" ;
77import { createExportedIdentifier , getDependenciesOfSymbol , isSymbolExported } from "../../utils/export" ;
88import { createImmediatelyInvokedFunctionExpression , createUnpackCall , wrapInTable } from "../../utils/lua-ast" ;
99import { LuaLibFeature , transformLuaLibFunction } from "../../utils/lualib" ;
You can’t perform that action at this time.
0 commit comments