deno/tools
Chris Bystrek 6a649012bc Changed tools/lint.py to lint the entire js and tests directories. (#900)
* Changed tools/lint.py to lint the entire js and tests directorys and sub directories, currently it was pointing at tsconfig and would only lint files that were part of js/main.ts or node_modules/typescript/lib/lib.esnext.d.ts and their dependencies

* Broke the typescript linting out into separate steps for the main typescript programing and tests.

* Fixed linting issues in ts tests.
2018-10-05 07:29:55 -04:00
..
testdata Add syscall count benchmark for 002_hello.ts (#820) 2018-09-24 23:58:18 -04:00
benchmark.py Add fetch_deps syscall count benchmark. 2018-09-30 16:35:12 -04:00
benchmark_test.py Expand binary size benchmark (#830) 2018-09-26 14:16:22 -07:00
build.py tools: make color output work on windows 2018-09-24 13:45:03 -07:00
check_output_test.py First pass at HTTP imports 2018-08-23 09:41:08 -04:00
clang move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
format.py tools/format: format markdown files with prettier 2018-10-04 02:02:23 -07:00
http_server.py Ensure spawning python server twice raises an exception. 2018-09-27 15:49:43 -04:00
lint.py Changed tools/lint.py to lint the entire js and tests directories. (#900) 2018-10-05 07:29:55 -04:00
run_node.py Reduce unnecessary build output. 2018-07-18 15:43:50 -04:00
rustfmt.toml Use 2 space indent. 2018-07-20 03:46:26 -04:00
setup.py tools/setup: detect sccache presence and use it to cache rustc targets 2018-09-26 10:25:58 -07:00
setup_test.py tools/setup: add gn_string() utility function 2018-09-26 09:52:30 -07:00
sha256sum.py tools: make sha256sum.py more generic and move it to 'tools' 2018-08-29 12:28:11 +02:00
sync_third_party.py tools: make color output work on windows 2018-09-24 13:45:03 -07:00
test.py Expand binary size benchmark (#830) 2018-09-26 14:16:22 -07:00
third_party.py tools/setup: on windows, make env vars not affect gn gen output 2018-09-10 04:29:18 +02:00
unit_tests.py Add --reload to JS unit tests. 2018-09-05 22:27:47 -04:00
util.py tools: define ERROR_INVALID_PARAMETER in utils.py 2018-09-30 12:44:58 -07:00
util_test.py tools: add shell_quote() utility function 2018-09-26 09:52:30 -07:00