Skip to content

Commit 2ed739d

Browse files
committed
ref: prettify file format
1 parent 5c6ce1d commit 2ed739d

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"deno.enablePaths": ["packages/deno/test"],
2828
"editor.defaultFormatter": "biomejs.biome",
2929
"[typescript]": {
30-
"editor.defaultFormatter": "biomejs.biome"
30+
"editor.defaultFormatter": "vscode.typescript-language-features"
3131
}
3232
}

packages/core/src/types-hoist/index.ts

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ export type { StackFrame } from './stackframe';
134134
export type { Stacktrace, StackParser, StackLineParser, StackLineParserFn } from './stacktrace';
135135
export type { PropagationContext, TracePropagationTargets, SerializedTraceData } from './tracing';
136136
export type { StartSpanOptions } from './startSpanOptions';
137-
export type {
138-
TraceparentData,
139-
TransactionSource,
140-
} from './transaction';
137+
export type { TraceparentData, TransactionSource } from './transaction';
141138
export type { CustomSamplingContext, SamplingContext } from './samplingcontext';
142139
export type {
143140
DurationUnit,
@@ -157,8 +154,14 @@ export type {
157154
TransportRequestExecutor,
158155
} from './transport';
159156
export type { User } from './user';
160-
export type { WebFetchHeaders, WebFetchRequest, WebFetchResponse, WebReadableStream,
161-
WebReadableStreamDefaultReader, WebReadableStreamReadResult } from './whatwg';
157+
export type {
158+
WebFetchHeaders,
159+
WebFetchRequest,
160+
WebFetchResponse,
161+
WebReadableStream,
162+
WebReadableStreamDefaultReader,
163+
WebReadableStreamReadResult,
164+
} from './whatwg';
162165
export type { WrappedFunction } from './wrappedfunction';
163166
export type {
164167
HandlerDataFetch,
@@ -175,13 +178,7 @@ export type {
175178

176179
export type { BrowserClientReplayOptions, BrowserClientProfilingOptions } from './browseroptions';
177180
export type { CheckIn, MonitorConfig, FinishedCheckIn, InProgressCheckIn, SerializedCheckIn } from './checkin';
178-
export type {
179-
MetricsAggregator,
180-
MetricBucketItem,
181-
MetricInstance,
182-
MetricData,
183-
Metrics,
184-
} from './metrics';
181+
export type { MetricsAggregator, MetricBucketItem, MetricInstance, MetricData, Metrics } from './metrics';
185182
export type { ParameterizedString } from './parameterize';
186183
export type { ContinuousProfiler, ProfilingIntegration, Profiler } from './profiling';
187184
export type { ViewHierarchyData, ViewHierarchyWindow } from './view-hierarchy';

0 commit comments

Comments
 (0)