Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"progress": "^2.0.0",
"shelljs": "^0.8.2",
"typedoc-default-themes": "^0.5.0",
"typescript": "3.1.x"
"typescript": "3.2.x"
},
"devDependencies": {
"@types/mocha": "^5.2.4",
Expand Down
14 changes: 4 additions & 10 deletions src/test/converter/destructuring/specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,8 @@
}
],
"type": {
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "number"
}
"type": "intrinsic",
"name": "Object"
}
},
{
Expand All @@ -130,11 +127,8 @@
}
],
"type": {
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "number"
}
"type": "intrinsic",
"name": "Object"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/test/renderer/specs/modules/_typescript_1_5_.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3>destruct<wbr>Array<wbr>With<wbr>IgnoresA</h3>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
<a name="destructarraywithignoresrest" class="tsd-anchor"></a>
<h3>destruct<wbr>Array<wbr>With<wbr>Ignores<wbr>Rest</h3>
<div class="tsd-signature tsd-kind-icon">destruct<wbr>Array<wbr>With<wbr>Ignores<wbr>Rest<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-signature tsd-kind-icon">destruct<wbr>Array<wbr>With<wbr>Ignores<wbr>Rest<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/typescript-1.5.ts#L20">typescript-1.5.ts:20</a></li>
Expand All @@ -150,7 +150,7 @@ <h3>destruct<wbr>Array<wbr>With<wbr>Ignores<wbr>Rest</h3>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
<a name="destructarraywithrest" class="tsd-anchor"></a>
<h3>destruct<wbr>Array<wbr>With<wbr>Rest</h3>
<div class="tsd-signature tsd-kind-icon">destruct<wbr>Array<wbr>With<wbr>Rest<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-signature tsd-kind-icon">destruct<wbr>Array<wbr>With<wbr>Rest<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/typescript-1.5.ts#L15">typescript-1.5.ts:15</a></li>
Expand Down