diff --git a/package.json b/package.json index acdc0ae..a796e85 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ "vogue": "out/run.js" }, "scripts": { - "dev": "cross-env FORCE_COLOR=true multiview [ yarn test:watch ] [ yarn compile:watch ]", + "dev": "multiview [ yarn test:watch ] [ yarn compile:watch ]", "test": "c8 --all mocha", "test:watch": "supervisor -w src,test,.mocharc.json -n exit --extensions js,ts,node --exec yarn -- test", "debug": "cross-env DEBUG=vogue:* yarn node --enable-source-maps --unhandled-rejections=strict out/run.js test", "debug:watch": "supervisor -w out,test/system/**/*.v,lib -n exit --exec yarn -- clear_and yarn debug", - "compile": "tsc", - "compile:watch": "yarn compile --watch", + "compile": "tsc --listEmittedFiles", + "compile:watch": "yarn compile --watch --preserveWatchOutput", "postinstall": "yarn compile" }, "dependencies": { diff --git a/test/modules/AsyncFunctionOneParam.v b/test/modules/AsyncFunctionOneParam.v deleted file mode 100644 index 82c38fb..0000000 --- a/test/modules/AsyncFunctionOneParam.v +++ /dev/null @@ -1,3 +0,0 @@ -async test(a) { - -} \ No newline at end of file