Skip to content

Commit

Permalink
types.d.ts -> types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Sep 6, 2024
1 parent 87f4fc3 commit 9630541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/next/src/build/swc/generated-native.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// This was manually added

type TurboTasks = { readonly __tag: unique symbol }
type TurbopackResult = import('./types').TurbopackResult
type ExternalEndpoint = { readonly __tag: unique symbol }
type RefCell = { readonly __tag: unique symbol }
type NapiRouteHas = {
import type { TurbopackResult } from './types'

export type TurboTasks = { readonly __tag: unique symbol }
export type ExternalEndpoint = { readonly __tag: unique symbol }
export type RefCell = { readonly __tag: unique symbol }
export type NapiRouteHas = {
type: string
key?: string
value?: string
Expand Down
File renamed without changes.

0 comments on commit 9630541

Please sign in to comment.