Improved module import styling for all top-level src files

This commit is contained in:
danielyxie
2019-04-11 01:37:40 -07:00
committed by danielyxie
parent 3b6b37f8a6
commit 0d14cd6e7e
27 changed files with 751 additions and 629 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {makeRuntimeRejectMsg} from "./NetscriptEvaluator";
import { makeRuntimeRejectMsg } from "./NetscriptEvaluator";
// Makes a blob that contains the code of a given script.
export function makeScriptBlob(code) {