upgrade: deno_doc, deno_lint, dprint, swc (#7434)

upgrades:
- swc_ecmascript 0.7.7
- dprint-plugin-typescript 0.31.3
- deno_lint 0.2.0
- deno_doc 0.1.9

Split std_lint test into std_lint and unit_test_lint.

Added lint ignores to CommonJS files in std/node.
This commit is contained in:
Bartek Iwańczuk 2020-09-13 14:15:38 +02:00 committed by GitHub
parent bf70442b08
commit b216d48e5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 51 additions and 22 deletions

View file

@ -1,3 +1,5 @@
// deno-lint-ignore-file no-undef
import { assert, assertThrows, assertEquals } from "../testing/asserts.ts";
import * as path from "../path/mod.ts";
import * as all from "./process.ts";