mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
release: Merge branch 'develop' into rc/v12.0.0
This commit is contained in:
1110
package-lock.json
generated
1110
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
diff --git a/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js b/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js
|
||||
index 5284d10..f2f9d14 100644
|
||||
index 0f4e2ba..3af2014 100644
|
||||
--- a/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js
|
||||
+++ b/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js
|
||||
@@ -877,12 +877,15 @@ class MarkdownDocumenter {
|
||||
@@ -893,12 +893,15 @@ class MarkdownDocumenter {
|
||||
}
|
||||
_writeBreadcrumb(output, apiItem) {
|
||||
const configuration = this._tsdocConfiguration;
|
||||
@@ -24,7 +24,7 @@ index 5284d10..f2f9d14 100644
|
||||
for (const hierarchyItem of apiItem.getHierarchy()) {
|
||||
switch (hierarchyItem.kind) {
|
||||
case api_extractor_model_1.ApiItemKind.Model:
|
||||
@@ -892,18 +895,24 @@ class MarkdownDocumenter {
|
||||
@@ -908,18 +911,24 @@ class MarkdownDocumenter {
|
||||
// this may change in the future.
|
||||
break;
|
||||
default:
|
||||
@@ -55,7 +55,7 @@ index 5284d10..f2f9d14 100644
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -968,11 +977,8 @@ class MarkdownDocumenter {
|
||||
@@ -992,11 +1001,8 @@ class MarkdownDocumenter {
|
||||
// For overloaded methods, add a suffix such as "MyClass.myMethod_2".
|
||||
let qualifiedName = Utilities_1.Utilities.getSafeFilenameForName(hierarchyItem.displayName);
|
||||
if (api_extractor_model_1.ApiParameterListMixin.isBaseClassOf(hierarchyItem)) {
|
||||
@@ -69,7 +69,7 @@ index 5284d10..f2f9d14 100644
|
||||
}
|
||||
switch (hierarchyItem.kind) {
|
||||
case api_extractor_model_1.ApiItemKind.Model:
|
||||
@@ -983,7 +989,8 @@ class MarkdownDocumenter {
|
||||
@@ -1007,7 +1013,8 @@ class MarkdownDocumenter {
|
||||
baseName = Utilities_1.Utilities.getSafeFilenameForName(node_core_library_1.PackageName.getUnscopedName(hierarchyItem.displayName));
|
||||
break;
|
||||
default:
|
||||
Reference in New Issue
Block a user