mirror of
https://github.com/denoland/deno.git
synced 2025-02-10 08:02:18 -05:00
![Bartek Iwańczuk](/assets/img/avatar_default.png)
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.
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
// deno-lint-ignore-file no-undef
|
|
module.exports = false;
|
|
require("./cjs_cycle_a");
|
|
module.exports = true;
|