You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ deno linterror[no-deprecated-deno-api]: `Deno.run` was removed in Deno 2. See the Deno 1.x to 2.x Migration Guide for further details: https://docs.deno.com/runtime/reference/migrate_deprecations/ --> /tmp/deno-udd/main.ts:12:17 | 12 | const p = Deno.run({ | ^^^^^^^^ = hint: Use `Deno.Command` from https://deno.land/api?s=Deno.Command instead docs: https://lint.deno.land/rules/no-deprecated-deno-apierror[no-deprecated-deno-api]: `Deno.run` was removed in Deno 2. See the Deno 1.x to 2.x Migration Guide for further details: https://docs.deno.com/runtime/reference/migrate_deprecations/ --> /tmp/deno-udd/main.ts:61:19 | 61 | const process = Deno.run({ | ^^^^^^^^ = hint: Use `Deno.Command` from https://deno.land/api?s=Deno.Command instead docs: https://lint.deno.land/rules/no-deprecated-deno-apiFound 2 problemsChecked 12 files
$ deno test --allow-read --allow-writeCheck file:///tmp/deno-udd/registry_test.tsCheck file:///tmp/deno-udd/search_test.tsCheck file:///tmp/deno-udd/semver_test.tsCheck file:///tmp/deno-udd/test.tserror: TS2694 [ERROR]: Namespace 'Deno' has no exported member 'Writer'. writer: Deno.Writer; ~~~~~~ at file:///tmp/deno-udd/progress.ts:11:16TS2694 [ERROR]: Namespace 'Deno' has no exported member 'Writer'. constructor(n: number, writer: Deno.Writer = Deno.stdout) { ~~~~~~ at file:///tmp/deno-udd/progress.ts:13:39TS4114 [ERROR]: This member must have an 'override' modifier because it overrides a member in the base class 'Progress'. async log(_: string) {} ~~~ at file:///tmp/deno-udd/progress.ts:26:9TS4114 [ERROR]: This member must have an 'override' modifier because it overrides a member in the base class 'DenoLand'. async all(): Promise<string[]> { ~~~ at file:///tmp/deno-udd/test_deps.ts:37:9Found 4 errors.
The text was updated successfully, but these errors were encountered:
udd: 09f9994
The text was updated successfully, but these errors were encountered: