Skip to content

Commit 8a5a60d

Browse files
committed
fix(theme): add blank line between stability blockquote and typed list
1 parent f1e1189 commit 8a5a60d

File tree

18 files changed

+431
-1
lines changed

18 files changed

+431
-1
lines changed

pages/v5.x/globals.md

Lines changed: 220 additions & 0 deletions
Large diffs are not rendered by default.

pages/v5.x/webpack/namespaces/cache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#### Constructor
88

9+
0
910
* Returns: {MemoryCachePlugin}
1011

1112
### Methods

pages/v5.x/webpack/namespaces/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
> **isColorSupported**: {object}
2424
25+
0
2526
* Returns: {boolean}
2627

2728
***

pages/v5.x/webpack/namespaces/css.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#### Constructor
88

9+
0
910
* Returns: {CssModulesPlugin}
1011

1112
### Methods

pages/v5.x/webpack/namespaces/dependencies.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
#### `couldAffectReferencingModule()`
7979

80+
0
8081
* Returns: {boolean|TRANSITIVE}
8182

8283
#### `createIgnoredModule(context)`
@@ -96,6 +97,7 @@
9697

9798
#### `getContext()`
9899

100+
0
99101
* Returns: {string}
100102

101103
#### `getErrors(moduleGraph)`
@@ -119,13 +121,15 @@ Returns the exported names
119121

120122
#### `getNumberOfIdOccurrences()`
121123

124+
0
122125
* Returns: {number}
123126

124127
implement this method to allow the occurrence order plugin to count correctly
125128

126129
#### `getReference(moduleGraph)`
127130

128131
> Stability: 0 - Deprecated
132+
129133
* `moduleGraph` {ModuleGraph}
130134
* Returns: {never}
131135

@@ -141,6 +145,7 @@ Returns list of exports referenced by this dependency
141145

142146
#### `getResourceIdentifier()`
143147

148+
0
144149
* Returns: {string}
145150

146151
#### `getWarnings(moduleGraph)`
@@ -261,6 +266,7 @@ Update the hash
261266

262267
#### `couldAffectReferencingModule()`
263268

269+
0
264270
* Returns: {boolean|TRANSITIVE}
265271

266272
#### `createIgnoredModule(context)`
@@ -280,6 +286,7 @@ Update the hash
280286

281287
#### `getContext()`
282288

289+
0
283290
* Returns: {string}
284291

285292
#### `getErrors(moduleGraph)`
@@ -326,13 +333,15 @@ Returns the exported names
326333

327334
#### `getNumberOfIdOccurrences()`
328335

336+
0
329337
* Returns: {number}
330338

331339
implement this method to allow the occurrence order plugin to count correctly
332340

333341
#### `getReference(moduleGraph)`
334342

335343
> Stability: 0 - Deprecated
344+
336345
* `moduleGraph` {ModuleGraph}
337346
* Returns: {never}
338347

@@ -348,6 +357,7 @@ Returns list of exports referenced by this dependency
348357

349358
#### `getResourceIdentifier()`
350359

360+
0
351361
* Returns: {string}
352362

353363
#### `getWarnings(moduleGraph)`
@@ -466,6 +476,7 @@ Update the hash
466476

467477
#### `couldAffectReferencingModule()`
468478

479+
0
469480
* Returns: {boolean|TRANSITIVE}
470481

471482
#### `createIgnoredModule(context)`
@@ -485,6 +496,7 @@ Update the hash
485496

486497
#### `getContext()`
487498

499+
0
488500
* Returns: {string}
489501

490502
#### `getErrors(moduleGraph)`
@@ -508,13 +520,15 @@ Returns the exported names
508520

509521
#### `getNumberOfIdOccurrences()`
510522

523+
0
511524
* Returns: {number}
512525

513526
implement this method to allow the occurrence order plugin to count correctly
514527

515528
#### `getReference(moduleGraph)`
516529

517530
> Stability: 0 - Deprecated
531+
518532
* `moduleGraph` {ModuleGraph}
519533
* Returns: {never}
520534

@@ -530,6 +544,7 @@ Returns list of exports referenced by this dependency
530544

531545
#### `getResourceIdentifier()`
532546

547+
0
533548
* Returns: {string}
534549

535550
#### `getWarnings(moduleGraph)`
@@ -581,6 +596,7 @@ Update the hash
581596

582597
#### Constructor
583598

599+
0
584600
* Returns: {NullDependency}
585601

586602
### Properties
@@ -642,6 +658,7 @@ Update the hash
642658

643659
#### `couldAffectReferencingModule()`
644660

661+
0
645662
* Returns: {boolean|TRANSITIVE}
646663

647664
#### `createIgnoredModule(context)`
@@ -661,6 +678,7 @@ Update the hash
661678

662679
#### `getContext()`
663680

681+
0
664682
* Returns: {string}
665683

666684
#### `getErrors(moduleGraph)`
@@ -684,13 +702,15 @@ Returns the exported names
684702

685703
#### `getNumberOfIdOccurrences()`
686704

705+
0
687706
* Returns: {number}
688707

689708
implement this method to allow the occurrence order plugin to count correctly
690709

691710
#### `getReference(moduleGraph)`
692711

693712
> Stability: 0 - Deprecated
713+
694714
* `moduleGraph` {ModuleGraph}
695715
* Returns: {never}
696716

@@ -706,6 +726,7 @@ Returns list of exports referenced by this dependency
706726

707727
#### `getResourceIdentifier()`
708728

729+
0
709730
* Returns: {string}
710731

711732
#### `getWarnings(moduleGraph)`

pages/v5.x/webpack/namespaces/esm.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,18 +295,21 @@ This is used for when a Module has a AsyncDependencyBlock tie (for code-splittin
295295

296296
#### `cleanupForCache()`
297297

298+
0
298299
* Returns: {void}
299300

300301
Assuming this module is in the cache. Remove internal references to allow freeing some memory.
301302

302303
#### `clearDependenciesAndBlocks()`
303304

305+
0
304306
* Returns: {void}
305307

306308
Removes all dependencies and blocks
307309

308310
#### `clearWarningsAndErrors()`
309311

312+
0
310313
* Returns: {void}
311314

312315
removes all warnings and errors
@@ -323,10 +326,12 @@ removes all warnings and errors
323326

324327
#### `generate()`
325328

329+
0
326330
* Returns: {string}
327331

328332
#### `getChunks()`
329333

334+
0
330335
* Returns: {Chunk[]}
331336

332337
#### `getConcatenationBailoutReason(context)`
@@ -336,6 +341,7 @@ removes all warnings and errors
336341

337342
#### `getErrors()`
338343

344+
0
339345
* Returns: {Iterable}
340346

341347
#### `getExportsType(moduleGraph[, strict])`
@@ -346,22 +352,27 @@ removes all warnings and errors
346352

347353
#### `getGeneratedCode()`
348354

355+
0
349356
* Returns: {string}
350357

351358
#### `getNumberOfChunks()`
352359

360+
0
353361
* Returns: {number}
354362

355363
#### `getNumberOfErrors()`
356364

365+
0
357366
* Returns: {number}
358367

359368
#### `getNumberOfWarnings()`
360369

370+
0
361371
* Returns: {number}
362372

363373
#### `getRootBlock()`
364374

375+
0
365376
* Returns: {DependenciesBlock}
366377

367378
#### `getSideEffectsConnectionState(moduleGraph)`
@@ -371,6 +382,7 @@ removes all warnings and errors
371382

372383
#### `getSourceBasicTypes()`
373384

385+
0
374386
* Returns: {ReadonlySet}
375387

376388
Basic source types are high-level categories like javascript, css, webassembly, etc.
@@ -381,21 +393,25 @@ from getSourceTypes(), but their generated output is still JavaScript, i.e. thei
381393

382394
#### `getSourceTypes()`
383395

396+
0
384397
* Returns: {ReadonlySet}
385398

386399
#### `getUnsafeCacheData()`
387400

401+
0
388402
* Returns: {UnsafeCacheData}
389403

390404
Module should be unsafe cached. Get data that's needed for that.
391405
This data will be passed to restoreFromUnsafeCache later.
392406

393407
#### `getWarnings()`
394408

409+
0
395410
* Returns: {Iterable}
396411

397412
#### `hasChunkCondition()`
398413

414+
0
399415
* Returns: {boolean}
400416

401417
#### `hasReasonForChunk(chunk, moduleGraph, chunkGraph)`
@@ -413,10 +429,12 @@ This data will be passed to restoreFromUnsafeCache later.
413429

414430
#### `identifier()`
415431

432+
0
416433
* Returns: {string}
417434

418435
#### `invalidateBuild()`
419436

437+
0
420438
* Returns: {void}
421439

422440
#### `isAccessibleInChunk(chunkGraph, chunk[, ignoreChunk])`
@@ -435,6 +453,7 @@ This data will be passed to restoreFromUnsafeCache later.
435453

436454
#### `isEntryModule()`
437455

456+
0
438457
* Returns: {boolean}
439458

440459
#### `isInChunk(chunk)`
@@ -459,6 +478,7 @@ This data will be passed to restoreFromUnsafeCache later.
459478

460479
#### `nameForCondition()`
461480

481+
0
462482
* Returns: {string}
463483

464484
#### `needBuild(context, callback)`
@@ -470,6 +490,7 @@ This data will be passed to restoreFromUnsafeCache later.
470490
#### `needRebuild(fileTimestamps, contextTimestamps)`
471491

472492
> Stability: 0 - Deprecated
493+
473494
* `fileTimestamps` {Map}
474495
* `contextTimestamps` {Map}
475496
* Returns: {boolean}
@@ -478,6 +499,7 @@ Use needBuild instead
478499

479500
#### `originalSource()`
480501

502+
0
481503
* Returns: {Source}
482504

483505
#### `readableIdentifier(requestShortener)`
@@ -502,6 +524,7 @@ Use needBuild instead
502524

503525
#### `shouldIsolate()`
504526

527+
0
505528
* Returns: {boolean}
506529

507530
#### `size([type])`
@@ -512,6 +535,7 @@ Use needBuild instead
512535
#### `source(dependencyTemplates, runtimeTemplate[, type])`
513536

514537
> Stability: 0 - Deprecated
538+
515539
* `dependencyTemplates` {DependencyTemplates}
516540
* `runtimeTemplate` {RuntimeTemplate}
517541
* `type` {string}
@@ -542,6 +566,7 @@ and properties.
542566
#### Static method: `getSourceBasicTypes(module)`
543567

544568
> Stability: 0 - Deprecated
569+
545570
* `module` {Module}
546571
* Returns: {ReadonlySet}
547572

pages/v5.x/webpack/namespaces/ids.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Apply the plugin
150150

151151
#### Constructor
152152

153+
0
153154
* Returns: {NaturalModuleIdsPlugin}
154155

155156
### Methods

pages/v5.x/webpack/namespaces/javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ Block pre walking iterates the scope for block variable declarations
354354
#### `inScope(params, fn)`
355355

356356
> Stability: 0 - Deprecated
357+
357358
* `params` {string|Identifier|Property|MemberExpression|ObjectPattern|ArrayPattern|RestElement|AssignmentPattern[]}
358359
* `fn` {object}
359360
* Returns: {void}

pages/v5.x/webpack/namespaces/node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Apply the plugin
3030

3131
#### Constructor
3232

33+
0
3334
* Returns: {NodeSourcePlugin}
3435

3536
### Methods

pages/v5.x/webpack/namespaces/optimize/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Apply the plugin
131131

132132
#### Constructor
133133

134+
0
134135
* Returns: {ModuleConcatenationPlugin}
135136

136137
### Methods

0 commit comments

Comments
 (0)