mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
bf63f615fc
commit
6b12f93b57
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
// @ts-check
|
||||
import { Event, EventTarget } from 'event-target-shim' // Look into removing when Node 18 is dropped for Node 20
|
||||
import { webcrypto as crypto } from 'node:crypto' // Remove when Node 18 is dropped for Node 20
|
||||
import {
|
||||
ByteLengthQueuingStrategy,
|
||||
CountQueuingStrategy,
|
||||
|
@ -14,7 +15,6 @@ import {
|
|||
WritableStreamDefaultController,
|
||||
WritableStreamDefaultWriter,
|
||||
} from 'node:stream/web' // Remove when Node 16 is dropped for Node 18.
|
||||
import { webcrypto as crypto } from 'node:crypto' // Remove when Node 18 is dropped for Node 20
|
||||
import { fetch, File, FormData, Headers, Request, Response } from 'undici' // Remove when Node 16 is dropped for Node 18.
|
||||
import { URLPattern } from 'urlpattern-polyfill'
|
||||
import {
|
||||
|
|
Loading…
Reference in a new issue