Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1d2dd20

Browse files
committed
fix(@angular-devkit/schematics): export additional exception
cf. angular/angular-cli#10467
1 parent 1f7493d commit 1d2dd20

File tree

1 file changed

+4
-1
lines changed
  • packages/angular_devkit/schematics/tools

1 file changed

+4
-1
lines changed

packages/angular_devkit/schematics/tools/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ export * from './file-system-host';
1212
export * from './workflow/node-workflow';
1313

1414
export { FileSystemEngineHost } from './file-system-engine-host';
15-
export { NodeModulesEngineHost } from './node-module-engine-host';
15+
export {
16+
NodeModulesEngineHost,
17+
NodePackageDoesNotSupportSchematics,
18+
} from './node-module-engine-host';
1619
export { NodeModulesTestEngineHost } from './node-modules-test-engine-host';
1720

1821
export { validateOptionsWithSchema } from './schema-option-transform';

0 commit comments

Comments
 (0)