Skip to content

Commit

Permalink
Remove down-leveling for TypeScript 3.5 or lower
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jan 3, 2024
1 parent 51c8ad1 commit 9eb8d6c
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 414 deletions.
71 changes: 0 additions & 71 deletions build/downlevel-dts.js

This file was deleted.

3 changes: 2 additions & 1 deletion etc/web-streams-polyfill.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
```ts

/// <reference lib="es2018.asynciterable" />

// @public
export interface AbortSignal {
readonly aborted: boolean;
Expand Down Expand Up @@ -270,7 +272,6 @@ export class WritableStreamDefaultWriter<W = any> {
write(chunk: W): Promise<void>;
}


// (No @packageDocumentation comment for this package)

```
Loading

0 comments on commit 9eb8d6c

Please sign in to comment.