mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Enforce plugin structure and generate documentation
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
import themedComponentSelectors from './themed-component-selectors';
|
||||
import themedComponentUsages from './themed-component-usages';
|
||||
import {
|
||||
bundle,
|
||||
RuleExports,
|
||||
} from '../../util/structure';
|
||||
import * as themedComponentUsages from './themed-component-usages';
|
||||
import * as themedComponentSelectors from './themed-component-selectors';
|
||||
|
||||
const index = [
|
||||
themedComponentUsages,
|
||||
themedComponentSelectors,
|
||||
] as unknown as RuleExports[];
|
||||
|
||||
export = {
|
||||
rules: {
|
||||
'themed-component-selectors': themedComponentSelectors,
|
||||
'themed-component-usages': themedComponentUsages,
|
||||
},
|
||||
...bundle('dspace-angular-ts', 'TypeScript', index),
|
||||
};
|
||||
|
Reference in New Issue
Block a user