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 40601c4 commit 422ce42Copy full SHA for 422ce42
packages/angular_devkit/schematics/src/tree/host-tree.ts
@@ -148,12 +148,6 @@ export class HostTree implements Tree {
148
return this._record.willRename(path);
149
}
150
151
- // This can be used by old Schematics library with new Trees in some corner cases.
152
- // TODO: remove this for 7.0
153
- optimize() {
154
- return this;
155
- }
156
-
157
branch(): Tree {
158
const branchedTree = new HostTree(this._backend);
159
branchedTree._record = this._record.clone();
0 commit comments