mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
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:
parent
bf70442b08
commit
b216d48e5f
13 changed files with 51 additions and 22 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue