diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-30 11:11:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 11:11:33 -0400 |
commit | c370f749b2260cc1d8970b1dcdc63ff00008e26d (patch) | |
tree | 1eff43e71ca0a5ccaeb48a3bf891bf2fdc0712ba /tests | |
parent | 5401cb76304ae8d3e8896f6020ba4ef25bac0bba (diff) |
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/types.out | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/types.out b/tests/types.out index b07e10762..2d5a39e64 100644 --- a/tests/types.out +++ b/tests/types.out @@ -1,7 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. - -/// <reference no-default-lib="true" /> -/// <reference lib="esnext" /> +[WILDCARD] declare namespace Deno { [WILDCARD] |