We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176dc2f commit f9f1f59Copy full SHA for f9f1f59
packages/angular_devkit/core/src/virtual-fs/host/record.ts
@@ -74,6 +74,7 @@ export class CordHost extends SimpleMemoryHost{
74
75
constructor(protected_back: ReadonlyHost){super();}
76
77
+getbackend(): ReadonlyHost{returnthis._back;}
78
getcapabilities(): HostCapabilities{
79
// Our own host is always Synchronous, but the backend might not be.
80
return{
0 commit comments