Files
blockly/build.py
vhermecz 199db7e8af #3613 fixing off-by-one error on compiler errors (#3692)
As both the python filename array and the Input_X indexing is 0 based, the `-1` operation is not needed.

fromFileArray in closure-compiler uses 0 based indexing. see:

09cca3b536/src/com/google/javascript/jscomp/gwt/client/JsRunnerMain.java (L816)
2020-02-14 08:42:45 -08:00

17 KiB
Executable File