chore: upgrade deno_ast to 0.5.0 (#12595)

This commit is contained in:
David Sherret 2021-11-01 16:22:27 -04:00 committed by GitHub
parent 2794d0b7a2
commit 0ec151b8cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 127 additions and 62 deletions

View file

@ -73,7 +73,7 @@ unitTest(function webAssemblyExists() {
declare global {
namespace Deno {
// deno-lint-ignore no-explicit-any
// deno-lint-ignore no-explicit-any, no-var
var core: any;
}
}