Skip to content

Commit ff8aa70

Browse files
committed
feat(api): Use post-process-html from dgeni-packages
1 parent 93b73e0 commit ff8aa70

File tree

5 files changed

+110
-1069
lines changed

5 files changed

+110
-1069
lines changed

compiler/api/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PACKAGES_PATH, PROJECT_ROOT, OUTPUT_PATH } from './config';
66
import * as jsdocPackage from 'dgeni-packages/jsdoc';
77
import * as nunjucksPackage from 'dgeni-packages/nunjucks';
88
import * as typeScriptPackage from 'dgeni-packages/typescript';
9-
import { postProcessHtmlPackage } from '../post-process-html';
9+
import * as postProcessHtmlPackage from 'dgeni-packages/post-process-html';
1010

1111
function typeScriptConfiguration(readTypeScriptModules: any, tsParser: any) {
1212
// Tell TypeScript how to load modules that start with with `@nestjs`

compiler/post-process-html/index.ts

-9
This file was deleted.

compiler/post-process-html/processors/post-process-html.ts

-33
This file was deleted.

0 commit comments

Comments
 (0)