mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: fix dts file for DefinitelyTyped linting (#28114)
Added this so that we only export exports from `Deno.lint`. Required to pass DefinitelyTyped's linting.
This commit is contained in:
parent
56f67b5851
commit
4ff629bb2a
1 changed files with 2 additions and 0 deletions
2
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
2
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
|
@ -3957,6 +3957,8 @@ declare namespace Deno {
|
|||
| TSTypeAnnotation
|
||||
| TSTypeParameterDeclaration
|
||||
| TSTypeParameter;
|
||||
|
||||
export {}; // only export exports
|
||||
}
|
||||
|
||||
export {}; // only export exports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue