mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
deno_core (#1827)
A new low-level crate with focus on speed. This doesn't yet hook into the existing code base.
This commit is contained in:
parent
5dfbbbb07a
commit
b8a537d020
26 changed files with 1478 additions and 120 deletions
|
@ -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"] +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue