Skip to content

Commit bb0068a

Browse files
pragoneblakeembrey
authored andcommitted
Export additional classes (#535)
1 parent 605cf23 commit bb0068a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ export { CliApplication } from './lib/cli';
44
export { EventDispatcher, Event } from './lib/utils/events';
55
export { resetReflectionID } from './lib/models/reflections/abstract';
66
export { normalizePath } from './lib/utils/fs';
7-
export { ProjectReflection } from './lib/models/reflections/project';
7+
export * from './lib/models/reflections';
8+
export * from './lib/output/plugins';
9+
export { Renderer } from './lib/output/renderer';
10+
export { DefaultTheme } from './lib/output/themes/DefaultTheme';
11+
export { NavigationItem } from './lib/output/models/NavigationItem';
12+
export { UrlMapping } from './lib/output/models/UrlMapping';

src/test/renderer/specs/classes/_default_export_.defaultexportedclass.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1>Class DefaultExportedClass</h1>
7474
<div class="lead">
7575
<p>This class is exported via es6 export syntax.</p>
7676
</div>
77-
<pre><code><span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">DefaultExportedClass</span></span>
77+
<pre><code><span class="hljs-builtin-name">export</span><span class="hljs-built_in"> default </span>class DefaultExportedClass
7878
</code></pre>
7979
</div>
8080
</section>

0 commit comments

Comments
 (0)