We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70eddc5 commit 2335520Copy full SHA for 2335520
packages/core-js-builder/index.d.ts
@@ -8,9 +8,9 @@ type SummaryEntry = boolean | {
8
};
9
10
type Summary = {
11
- /** in the console, you could specify required parts or set `true` for enable all of them */
12
- comment?: SummaryEntry,
13
/** in the comment, you could specify required parts or set `true` for enable all of them */
+ comment?: SummaryEntry,
+ /** in the console, you could specify required parts or set `true` for enable all of them */
14
console?: SummaryEntry,
15
16
0 commit comments