File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
test/renderer/specs/classes Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,9 @@ export { CliApplication } from './lib/cli';
44export { EventDispatcher , Event } from './lib/utils/events' ;
55export { resetReflectionID } from './lib/models/reflections/abstract' ;
66export { 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' ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments