From be3cf2998ba1dca9b1a12a44b091436fcc2b8059 Mon Sep 17 00:00:00 2001 From: makana Date: Tue, 25 Apr 2017 16:39:16 +0200 Subject: [PATCH 1/2] Fixed the intrinsic type name identifier Fixed the intrinsic type name identifier which was "instrinct" before. Incremented to version 0.6.0. --- package.json | 2 +- src/lib/models/types/intrinsic.ts | 2 +- src/test/converter/access/specs.json | 12 ++--- src/test/converter/class/specs.json | 34 ++++++------ .../constructor-properties/specs.json | 20 +++---- src/test/converter/decorators/specs.json | 16 +++--- src/test/converter/destructuring/specs.json | 30 +++++------ src/test/converter/enum/specs.json | 4 +- .../converter/events-overloads/specs.json | 26 ++++----- src/test/converter/events/specs.json | 2 +- .../converter/export-assignment/specs.json | 6 +-- src/test/converter/export/specs.json | 6 +-- src/test/converter/function/specs.json | 54 +++++++++---------- src/test/converter/generic-class/specs.json | 10 ++-- src/test/converter/getter-setter/specs.json | 14 ++--- src/test/converter/implicit-types/specs.json | 4 +- src/test/converter/interface-empty/specs.json | 4 +- .../interface-implementation/specs.json | 42 +++++++-------- .../literal-object-callbacks/specs.json | 14 ++--- src/test/converter/literal-object/specs.json | 22 ++++---- src/test/converter/literal-type/specs.json | 18 +++---- src/test/converter/react/specs.json | 36 ++++++------- src/test/converter/this/specs.json | 2 +- .../union-or-intersection/specs.json | 6 +-- 24 files changed, 193 insertions(+), 193 deletions(-) diff --git a/package.json b/package.json index e69ee3d94..166a0a7ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typedoc", "description": "Create api documentations for typescript projects.", - "version": "0.5.10", + "version": "0.6.0", "homepage": "http://typedoc.org", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/lib/models/types/intrinsic.ts b/src/lib/models/types/intrinsic.ts index 7fb180057..ca52018d4 100644 --- a/src/lib/models/types/intrinsic.ts +++ b/src/lib/models/types/intrinsic.ts @@ -16,7 +16,7 @@ export class IntrinsicType extends Type { /** * The type name identifier. */ - readonly type: string = 'instrinct'; // TODO: Is there any change to correct this typo? + readonly type: string = 'intrinsic'; /** * Create a new instance of IntrinsicType. diff --git a/src/test/converter/access/specs.json b/src/test/converter/access/specs.json index 865f11f3b..c2f1ffa3e 100644 --- a/src/test/converter/access/specs.json +++ b/src/test/converter/access/specs.json @@ -47,7 +47,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -71,7 +71,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -97,7 +97,7 @@ "shortText": "A function that is made private via comment." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -132,7 +132,7 @@ "shortText": "A function that is made protected via comment." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -244,7 +244,7 @@ "shortText": "A function that is made private via comment." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -279,7 +279,7 @@ "shortText": "A function that is made protected via comment." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } diff --git a/src/test/converter/class/specs.json b/src/test/converter/class/specs.json index ad2d9a035..b775d2ce4 100644 --- a/src/test/converter/class/specs.json +++ b/src/test/converter/class/specs.json @@ -89,7 +89,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "isArray": true, "name": "number" } @@ -114,7 +114,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -163,7 +163,7 @@ "shortText": "privateMethod short text." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -196,7 +196,7 @@ "shortText": "protectedMethod short text." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -229,7 +229,7 @@ "shortText": "publicMethod short text." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -262,7 +262,7 @@ "shortText": "staticMethod short text." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -360,7 +360,7 @@ "shortText": "Constructor param" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -374,7 +374,7 @@ "shortText": "Private string property" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -388,7 +388,7 @@ "shortText": "Public number property" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -402,7 +402,7 @@ "shortText": "Public implicit any property\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -453,7 +453,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -478,7 +478,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -503,7 +503,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -527,7 +527,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "inheritedFrom": { @@ -586,7 +586,7 @@ "shortText": "protectedMethod short text." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "overwrites": { @@ -629,7 +629,7 @@ "shortText": "publicMethod short text." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "overwrites": { @@ -672,7 +672,7 @@ "shortText": "staticMethod short text." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "inheritedFrom": { diff --git a/src/test/converter/constructor-properties/specs.json b/src/test/converter/constructor-properties/specs.json index 23ea8c4ee..165920b7a 100644 --- a/src/test/converter/constructor-properties/specs.json +++ b/src/test/converter/constructor-properties/specs.json @@ -50,7 +50,7 @@ "shortText": "X component of the Vector" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -64,7 +64,7 @@ "shortText": "Y component of the Vector\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } @@ -104,7 +104,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -128,7 +128,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } @@ -201,7 +201,7 @@ "shortText": "X component of the Vector" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -215,7 +215,7 @@ "shortText": "Y component of the Vector" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -229,7 +229,7 @@ "shortText": "Z component of the Vector\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } @@ -279,7 +279,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, "inheritedFrom": { @@ -308,7 +308,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, "overwrites": { @@ -337,7 +337,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } diff --git a/src/test/converter/decorators/specs.json b/src/test/converter/decorators/specs.json index 6e44205b3..c17606a7a 100644 --- a/src/test/converter/decorators/specs.json +++ b/src/test/converter/decorators/specs.json @@ -32,7 +32,7 @@ "id": 13 }, "arguments": { - "options": "{\n name: 'Name of class'\n}" + "options": "{\r\n name: 'Name of class'\r\n}" } } ], @@ -75,7 +75,7 @@ "shortText": "A decorated method." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -151,11 +151,11 @@ "type": "union", "types": [ { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, { - "type": "instrinct", + "type": "intrinsic", "name": "symbol" } ] @@ -172,7 +172,7 @@ "name": "TypedPropertyDescriptor", "typeArguments": [ { - "type": "instrinct", + "type": "intrinsic", "name": "any" } ] @@ -180,7 +180,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -252,7 +252,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -325,7 +325,7 @@ "text": "The parameter of this decorator.\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" } } diff --git a/src/test/converter/destructuring/specs.json b/src/test/converter/destructuring/specs.json index 0bd9398e4..43bcc92c3 100644 --- a/src/test/converter/destructuring/specs.json +++ b/src/test/converter/destructuring/specs.json @@ -28,7 +28,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -46,7 +46,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -92,7 +92,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -114,7 +114,7 @@ "name": "Array", "typeArguments": [ { - "type": "instrinct", + "type": "intrinsic", "name": "number" } ] @@ -138,7 +138,7 @@ "name": "Array", "typeArguments": [ { - "type": "instrinct", + "type": "intrinsic", "name": "number" } ] @@ -158,7 +158,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -176,7 +176,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -194,7 +194,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -212,7 +212,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -230,7 +230,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -281,7 +281,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" }, "defaultValue": "false" @@ -303,11 +303,11 @@ "type": "tuple", "elements": [ { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, { - "type": "instrinct", + "type": "intrinsic", "name": "number" } ] @@ -328,7 +328,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "defaultValue": "\"\"" @@ -357,7 +357,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } diff --git a/src/test/converter/enum/specs.json b/src/test/converter/enum/specs.json index 315e9ca0a..4ede6dbc9 100644 --- a/src/test/converter/enum/specs.json +++ b/src/test/converter/enum/specs.json @@ -105,7 +105,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -128,7 +128,7 @@ "shortText": "This is a function appended to an enumeration." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } diff --git a/src/test/converter/events-overloads/specs.json b/src/test/converter/events-overloads/specs.json index 26adb39c4..a1445fb20 100644 --- a/src/test/converter/events-overloads/specs.json +++ b/src/test/converter/events-overloads/specs.json @@ -57,7 +57,7 @@ "text": "The name of the event to subscribe for." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -93,13 +93,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -116,7 +116,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } }, @@ -176,13 +176,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -199,7 +199,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } }, @@ -259,13 +259,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -282,7 +282,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } }, @@ -342,13 +342,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -365,7 +365,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } diff --git a/src/test/converter/events/specs.json b/src/test/converter/events/specs.json index 6dda61c63..ef807bbc9 100644 --- a/src/test/converter/events/specs.json +++ b/src/test/converter/events/specs.json @@ -40,7 +40,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "defaultValue": "\"click\"" diff --git a/src/test/converter/export-assignment/specs.json b/src/test/converter/export-assignment/specs.json index a7ae5c2e0..11cf36c83 100644 --- a/src/test/converter/export-assignment/specs.json +++ b/src/test/converter/export-assignment/specs.json @@ -38,7 +38,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -49,13 +49,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } diff --git a/src/test/converter/export/specs.json b/src/test/converter/export/specs.json index 104bd130c..02c637672 100644 --- a/src/test/converter/export/specs.json +++ b/src/test/converter/export/specs.json @@ -58,7 +58,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -69,13 +69,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } diff --git a/src/test/converter/function/specs.json b/src/test/converter/function/specs.json index 64bd62eb7..040919636 100644 --- a/src/test/converter/function/specs.json +++ b/src/test/converter/function/specs.json @@ -46,13 +46,13 @@ "text": "An argument.\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -75,7 +75,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -96,7 +96,7 @@ "shortText": "This function is appended to another function." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -126,7 +126,7 @@ "shortText": "This function is appended to another function." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -189,7 +189,7 @@ "shortText": "This is a simple exported function." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -232,7 +232,7 @@ "text": "A parameter with a default string value." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "defaultValue": "\"defaultValue\"" @@ -247,7 +247,7 @@ "text": "A parameter with a default numeric value." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, "defaultValue": "100" @@ -262,7 +262,7 @@ "text": "A parameter with a default NaN value." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, "defaultValue": " Number.NaN" @@ -277,7 +277,7 @@ "text": "A parameter with a default boolean value." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" }, "defaultValue": "true" @@ -292,14 +292,14 @@ "text": "A parameter with a default null value." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" }, "defaultValue": " null" } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -341,7 +341,7 @@ "text": "A normal parameter." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -357,13 +357,13 @@ "text": "An optional parameter.\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -406,7 +406,7 @@ "text": "This is a string parameter." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -420,7 +420,7 @@ "text": "This is a parameter flagged with any.\n This sentence is placed in the next line.\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -440,7 +440,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } @@ -483,14 +483,14 @@ "text": "The rest parameter." }, "type": { - "type": "instrinct", + "type": "intrinsic", "isArray": true, "name": "string" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -520,7 +520,7 @@ "shortText": "This is an internal function." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -567,13 +567,13 @@ "text": "The name value.\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -623,7 +623,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -649,7 +649,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -706,13 +706,13 @@ "shortText": "This is some numeric parameter." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } diff --git a/src/test/converter/generic-class/specs.json b/src/test/converter/generic-class/specs.json index 04a73042a..d9f96ce3d 100644 --- a/src/test/converter/generic-class/specs.json +++ b/src/test/converter/generic-class/specs.json @@ -244,7 +244,7 @@ "shortText": "Constructor parameter.\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -293,7 +293,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "inheritedFrom": { @@ -321,7 +321,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "isArray": true, "name": "string" }, @@ -349,7 +349,7 @@ "returns": "Return value comment.\n" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "inheritedFrom": { @@ -411,7 +411,7 @@ "id": 2, "typeArguments": [ { - "type": "instrinct", + "type": "intrinsic", "name": "string" } ] diff --git a/src/test/converter/getter-setter/specs.json b/src/test/converter/getter-setter/specs.json index 5aa3030fb..5d158dc38 100644 --- a/src/test/converter/getter-setter/specs.json +++ b/src/test/converter/getter-setter/specs.json @@ -37,7 +37,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -55,7 +55,7 @@ "kindString": "Get signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -75,13 +75,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -113,7 +113,7 @@ "kindString": "Get signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -147,13 +147,13 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } diff --git a/src/test/converter/implicit-types/specs.json b/src/test/converter/implicit-types/specs.json index bdc55dcb0..8378ecc0e 100644 --- a/src/test/converter/implicit-types/specs.json +++ b/src/test/converter/implicit-types/specs.json @@ -39,7 +39,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -59,7 +59,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } diff --git a/src/test/converter/interface-empty/specs.json b/src/test/converter/interface-empty/specs.json index 7b091c65f..74c39a6f7 100644 --- a/src/test/converter/interface-empty/specs.json +++ b/src/test/converter/interface-empty/specs.json @@ -40,7 +40,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -60,7 +60,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } diff --git a/src/test/converter/interface-implementation/specs.json b/src/test/converter/interface-implementation/specs.json index 73bdf2d27..3b8c352a6 100644 --- a/src/test/converter/interface-implementation/specs.json +++ b/src/test/converter/interface-implementation/specs.json @@ -118,7 +118,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" }, "defaultValue": "null" @@ -130,7 +130,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, "defaultValue": "0" @@ -183,7 +183,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "implementationOf": { @@ -235,7 +235,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" }, "implementationOf": { @@ -274,7 +274,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" }, "implementationOf": { @@ -333,7 +333,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "implementationOf": { @@ -453,7 +453,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -464,7 +464,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -547,7 +547,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" }, "implementationOf": { @@ -606,7 +606,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, "implementationOf": { @@ -629,7 +629,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "implementationOf": { @@ -764,7 +764,7 @@ "isOptional": true }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -777,7 +777,7 @@ "isOptional": true }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } @@ -819,7 +819,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -861,7 +861,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" } } @@ -890,7 +890,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" } } @@ -939,7 +939,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -1023,7 +1023,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -1069,7 +1069,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -1112,7 +1112,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -1133,7 +1133,7 @@ "shortText": "Remove this subscription from its dispatcher" }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } diff --git a/src/test/converter/literal-object-callbacks/specs.json b/src/test/converter/literal-object-callbacks/specs.json index 661343ade..822e78374 100644 --- a/src/test/converter/literal-object-callbacks/specs.json +++ b/src/test/converter/literal-object-callbacks/specs.json @@ -28,7 +28,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -55,7 +55,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -82,7 +82,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" } } @@ -138,7 +138,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -205,7 +205,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -272,7 +272,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -323,7 +323,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "object" } } diff --git a/src/test/converter/literal-object/specs.json b/src/test/converter/literal-object/specs.json index e2c0605cb..093b94217 100644 --- a/src/test/converter/literal-object/specs.json +++ b/src/test/converter/literal-object/specs.json @@ -38,7 +38,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" }, "defaultValue": "100" @@ -57,7 +57,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" }, "defaultValue": "true" @@ -76,7 +76,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "defaultValue": "\"foo\"" @@ -95,7 +95,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -133,7 +133,7 @@ "name": "Array", "typeArguments": [ { - "type": "instrinct", + "type": "intrinsic", "name": "number" } ] @@ -154,7 +154,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "defaultValue": "\"foo\"" @@ -180,7 +180,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -208,7 +208,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "defaultValue": "\"test\"" @@ -227,7 +227,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, "defaultValue": "z" @@ -281,7 +281,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "object" } } @@ -319,7 +319,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "object" } } diff --git a/src/test/converter/literal-type/specs.json b/src/test/converter/literal-type/specs.json index 1805a614f..76b12b361 100644 --- a/src/test/converter/literal-type/specs.json +++ b/src/test/converter/literal-type/specs.json @@ -52,7 +52,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -72,7 +72,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "boolean" } }, @@ -112,7 +112,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "isArray": true, "name": "number" } @@ -153,7 +153,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -181,7 +181,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } }, @@ -199,7 +199,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -249,7 +249,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -304,7 +304,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -333,7 +333,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } diff --git a/src/test/converter/react/specs.json b/src/test/converter/react/specs.json index e6e043907..b9b9cf795 100644 --- a/src/test/converter/react/specs.json +++ b/src/test/converter/react/specs.json @@ -109,7 +109,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -172,7 +172,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -182,11 +182,11 @@ "name": "Component", "typeArguments": [ { - "type": "instrinct", + "type": "intrinsic", "name": "any" }, { - "type": "instrinct", + "type": "intrinsic", "name": "any" } ] @@ -221,7 +221,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" }, "inheritedFrom": { @@ -267,7 +267,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -284,7 +284,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "inheritedFrom": { @@ -383,7 +383,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -401,7 +401,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -440,7 +440,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -457,7 +457,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "inheritedFrom": { @@ -479,7 +479,7 @@ "kindString": "Parameter", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } }, @@ -507,7 +507,7 @@ "kindString": "Call signature", "flags": {}, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "any" } } @@ -524,7 +524,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "void" }, "inheritedFrom": { @@ -598,7 +598,7 @@ "id": 2 }, { - "type": "instrinct", + "type": "intrinsic", "name": "any" } ] @@ -615,7 +615,7 @@ "id": 2 }, { - "type": "instrinct", + "type": "intrinsic", "name": "any" } ] @@ -643,7 +643,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } }, @@ -661,7 +661,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } diff --git a/src/test/converter/this/specs.json b/src/test/converter/this/specs.json index 5d1ac086e..47d1ec35c 100644 --- a/src/test/converter/this/specs.json +++ b/src/test/converter/this/specs.json @@ -47,7 +47,7 @@ "shortText": "Chain method that returns this." }, "type": { - "type": "instrinct", + "type": "intrinsic", "name": "this" } } diff --git a/src/test/converter/union-or-intersection/specs.json b/src/test/converter/union-or-intersection/specs.json index 52008aea3..94370f048 100644 --- a/src/test/converter/union-or-intersection/specs.json +++ b/src/test/converter/union-or-intersection/specs.json @@ -45,7 +45,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "string" } } @@ -98,7 +98,7 @@ } ], "type": { - "type": "instrinct", + "type": "intrinsic", "name": "number" } } @@ -155,7 +155,7 @@ "isArray": true, "types": [ { - "type": "instrinct", + "type": "intrinsic", "name": "string" }, { From ef4a7666cfac234b50a362e63cb3281ea0c224a9 Mon Sep 17 00:00:00 2001 From: makana Date: Tue, 25 Apr 2017 18:44:40 +0200 Subject: [PATCH 2/2] Undo version change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 166a0a7ea..e69ee3d94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typedoc", "description": "Create api documentations for typescript projects.", - "version": "0.6.0", + "version": "0.5.10", "homepage": "http://typedoc.org", "main": "dist/index.js", "typings": "dist/index.d.ts",