Skip to content

Commit

Permalink
rush build
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Sep 8, 2019
1 parent a2e4583 commit 5851849
Show file tree
Hide file tree
Showing 22 changed files with 373 additions and 1,489 deletions.
704 changes: 156 additions & 548 deletions build-tests/api-documenter-test/etc/api-documenter-test.api.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,7 @@
"excerptTokens": [
{
"kind": "Content",
"text": "export declare function "
},
{
"kind": "Reference",
"text": "ambientNameConflict"
},
{
"kind": "Content",
"text": "("
},
{
"kind": "Reference",
"text": "p1"
},
{
"kind": "Content",
"text": ": "
"text": "export declare function ambientNameConflict(p1: "
},
{
"kind": "Reference",
Expand All @@ -51,15 +35,7 @@
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "p2"
},
{
"kind": "Content",
"text": ": "
"text": ", p2: "
},
{
"kind": "Reference",
Expand All @@ -84,24 +60,24 @@
}
],
"returnTypeTokenRange": {
"startIndex": 13,
"endIndex": 14
"startIndex": 7,
"endIndex": 8
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "p1",
"parameterTypeTokenRange": {
"startIndex": 5,
"endIndex": 7
"startIndex": 1,
"endIndex": 3
}
},
{
"parameterName": "p2",
"parameterTypeTokenRange": {
"startIndex": 10,
"endIndex": 12
"startIndex": 4,
"endIndex": 6
}
}
],
Expand Down
Loading

0 comments on commit 5851849

Please sign in to comment.