@gerrit0/typedoc
Advanced tools
Comparing version 0.15.5 to 0.15.6
@@ -141,3 +141,3 @@ "use strict"; | ||
}; | ||
Application.VERSION = '0.15.5'; | ||
Application.VERSION = '0.15.6'; | ||
__decorate([ | ||
@@ -144,0 +144,0 @@ component_1.Option({ |
@@ -43,5 +43,5 @@ "use strict"; | ||
} | ||
exports.ReferenceType = ReferenceType; | ||
ReferenceType.SYMBOL_ID_RESOLVED = -1; | ||
ReferenceType.SYMBOL_ID_RESOLVE_BY_NAME = -2; | ||
exports.ReferenceType = ReferenceType; | ||
//# sourceMappingURL=reference.js.map |
@@ -22,10 +22,10 @@ "use strict"; | ||
} | ||
exports.RendererEvent = RendererEvent; | ||
RendererEvent.BEGIN = 'beginRender'; | ||
RendererEvent.END = 'endRender'; | ||
exports.RendererEvent = RendererEvent; | ||
class PageEvent extends events_1.Event { | ||
} | ||
exports.PageEvent = PageEvent; | ||
PageEvent.BEGIN = 'beginPage'; | ||
PageEvent.END = 'endPage'; | ||
exports.PageEvent = PageEvent; | ||
class MarkdownEvent extends events_1.Event { | ||
@@ -38,4 +38,4 @@ constructor(name, originalText, parsedText) { | ||
} | ||
exports.MarkdownEvent = MarkdownEvent; | ||
MarkdownEvent.PARSE = 'parseMarkdown'; | ||
exports.MarkdownEvent = MarkdownEvent; | ||
//# sourceMappingURL=events.js.map |
@@ -306,2 +306,3 @@ "use strict"; | ||
} | ||
exports.DefaultTheme = DefaultTheme; | ||
DefaultTheme.MAPPINGS = [{ | ||
@@ -329,3 +330,2 @@ kind: [index_1.ReflectionKind.Class], | ||
DefaultTheme.URL_PREFIX = /^(http|ftp)s?:\/\//; | ||
exports.DefaultTheme = DefaultTheme; | ||
//# sourceMappingURL=DefaultTheme.js.map |
@@ -10,4 +10,4 @@ "use strict"; | ||
} | ||
exports.SerializerComponent = SerializerComponent; | ||
SerializerComponent.PRIORITY = 0; | ||
exports.SerializerComponent = SerializerComponent; | ||
class ReflectionSerializerComponent extends SerializerComponent { | ||
@@ -14,0 +14,0 @@ constructor() { |
@@ -65,5 +65,5 @@ "use strict"; | ||
} | ||
exports.ComponentEvent = ComponentEvent; | ||
ComponentEvent.ADDED = 'componentAdded'; | ||
ComponentEvent.REMOVED = 'componentRemoved'; | ||
exports.ComponentEvent = ComponentEvent; | ||
exports.DUMMY_APPLICATION_OWNER = Symbol(); | ||
@@ -70,0 +70,0 @@ class AbstractComponent extends events_1.EventDispatcher { |
@@ -37,4 +37,4 @@ "use strict"; | ||
} | ||
exports.DiscoverEvent = DiscoverEvent; | ||
DiscoverEvent.DISCOVER = 'optionsDiscover'; | ||
exports.DiscoverEvent = DiscoverEvent; | ||
let Options = class Options extends component_1.ChildableComponent { | ||
@@ -41,0 +41,0 @@ initialize() { |
{ | ||
"name": "@gerrit0/typedoc", | ||
"description": "Create api documentation for TypeScript projects.", | ||
"version": "0.15.5", | ||
"version": "0.15.6", | ||
"homepage": "https://typedoc.org", | ||
@@ -43,3 +43,3 @@ "main": "dist/index.js", | ||
"shelljs": "^0.8.3", | ||
"typescript": "3.5.x" | ||
"typescript": "3.6.x" | ||
}, | ||
@@ -52,2 +52,3 @@ "devDependencies": { | ||
"@types/mockery": "^1.4.29", | ||
"@types/node": "^12.7.5", | ||
"@types/shelljs": "^0.8.5", | ||
@@ -54,0 +55,0 @@ "mocha": "^6.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1323318
12
+ Addedtypescript@3.6.5(transitive)
- Removedtypescript@3.5.3(transitive)
Updatedtypescript@3.6.x