Skip to content

Commit edad4c9

Browse files
author
Michael Hladky
committed
refactor: format
1 parent 4592b5a commit edad4c9

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

packages/plugin-bundle-stats/mocks/fixtures/stats/angular-minimal.stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
"bytes": 631
7575
}
7676
}
77-
}
77+
}

packages/plugin-bundle-stats/mocks/fixtures/stats/esbuild-minimal.stats.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,7 @@
209209
"kind": "dynamic-import"
210210
}
211211
],
212-
"exports": [
213-
"default",
214-
"indexOnlyFunction"
215-
],
212+
"exports": ["default", "indexOnlyFunction"],
216213
"entryPoint": "../shared-source/src/index.ts",
217214
"inputs": {
218215
"../shared-source/src/index.ts": {
@@ -248,11 +245,7 @@
248245
"kind": "import-statement"
249246
}
250247
],
251-
"exports": [
252-
"calculate",
253-
"externalFunction",
254-
"greet"
255-
],
248+
"exports": ["calculate", "externalFunction", "greet"],
256249
"inputs": {
257250
"../../../../../node_modules/balanced-match/index.js": {
258251
"bytesInOutput": 1543
@@ -303,9 +296,7 @@
303296
"kind": "import-statement"
304297
}
305298
],
306-
"exports": [
307-
"chart"
308-
],
299+
"exports": ["chart"],
309300
"entryPoint": "../shared-source/src/lib/feature-2.ts",
310301
"inputs": {
311302
"../shared-source/src/lib/feature-2.ts": {
@@ -316,12 +307,9 @@
316307
},
317308
"dist/chunks/chunk-SK6HMZ5B.js": {
318309
"imports": [],
319-
"exports": [
320-
"__commonJS",
321-
"__toESM"
322-
],
310+
"exports": ["__commonJS", "__toESM"],
323311
"inputs": {},
324312
"bytes": 1357
325313
}
326314
}
327-
}
315+
}

0 commit comments

Comments
 (0)