File tree Expand file tree Collapse file tree 12 files changed +14
-13
lines changed
Expand file tree Collapse file tree 12 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55
Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55import "ts-node/register" ;
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export function createRequestExecutor(
8383 headers : {
8484 "retry-after" : retryAfterHeader ,
8585 "x-sentry-rate-limits" : Array . isArray ( rateLimitsHeader )
86- ? rateLimitsHeader [ 0 ] ?? null
86+ ? ( rateLimitsHeader [ 0 ] ?? null )
8787 : rateLimitsHeader ,
8888 } ,
8989 } ) ;
Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ export interface BundleAnalysisUploadPluginArgs {
5959 pluginVersion : string ;
6060}
6161
62- export interface ExtendedBAUploadArgs < TArgs extends object >
63- extends BundleAnalysisUploadPluginArgs {
62+ export interface ExtendedBAUploadArgs <
63+ TArgs extends object ,
64+ > extends BundleAnalysisUploadPluginArgs {
6465 options : TArgs ;
6566}
6667
Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55
Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55
Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55
Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55
Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55
Original file line number Diff line number Diff line change 11import replace from "@rollup/plugin-replace" ;
2- import type { Plugin } from "vite" ;
2+ import { type Plugin } from "vite" ;
33import { defineConfig } from "vitest/config" ;
44import { config } from "../../vitest.shared" ;
55
You can’t perform that action at this time.
0 commit comments