mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
ade0cd5e97
Had to revert back swc due to https://github.com/swc-project/swc/issues/8840 Fixes: - https://github.com/denoland/deno_lint/pull/1262 - https://github.com/denoland/deno_doc/pull/538 - https://github.com/denoland/deno_doc/pull/537 - https://github.com/denoland/deno_graph/pull/430 - https://github.com/denoland/deno_graph/pull/425 - https://github.com/denoland/deno_graph/pull/432
20 lines
409 B
Text
20 lines
409 B
Text
cover [WILDCARD]/coverage/complex.ts ... 60.000% (21/35)
|
|
46 | export function unused(
|
|
47 | foo: string,
|
|
48 | bar: string,
|
|
49 | baz: string,
|
|
-----|-----
|
|
51 | return complex(
|
|
52 | foo,
|
|
53 | bar,
|
|
54 | baz,
|
|
-----|-----
|
|
56 | }
|
|
-----|-----
|
|
64 | export function ƒ(): number {
|
|
65 | return (
|
|
66 | 0
|
|
-----|-----
|
|
68 | }
|
|
-----|-----
|
|
71 | console.log("%s", () => 1);
|