A new low-level crate with focus on speed. 
This doesn't yet hook into the existing code base.
This commit is contained in:
Ryan Dahl 2019-02-26 17:36:05 -05:00 committed by GitHub
parent 5dfbbbb07a
commit b8a537d020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1478 additions and 120 deletions

View file

@ -21,8 +21,8 @@ run([
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])
run([
"node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude",
"**/gen/**/*.ts", "--project", "tsconfig.json"
"node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "./core/*.js",
"--exclude", "**/gen/**/*.ts", "--project", "tsconfig.json"
])
run([sys.executable, "third_party/depot_tools/pylint.py"] +