Skip to content

Commit c3a58e9

Browse files
authoredMar 10, 2023
feat(core): move forEachExecutorOptions to devkit (#15547)
1 parent 46b3767 commit c3a58e9

File tree

54 files changed

+77
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+77
-79
lines changed
 

‎packages/angular/src/migrations/update-14-2-0/remove-show-circular-dependencies-option.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
Tree,
55
updateProjectConfiguration,
66
} from '@nrwl/devkit';
7-
import { forEachExecutorOptions } from '@nrwl/workspace/src/utilities/executor-options-utils';
7+
import { forEachExecutorOptions } from '@nrwl/devkit/src/generators/executor-options-utils';
88

99
const executors = [
1010
'@angular-devkit/build-angular:browser',

‎packages/angular/src/migrations/update-15-0-0/add-karma-inputs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { formatFiles, readNxJson, Tree, updateNxJson } from '@nrwl/devkit';
2-
import { forEachExecutorOptions } from '@nrwl/workspace/src/utilities/executor-options-utils';
2+
import { forEachExecutorOptions } from '@nrwl/devkit/src/generators/executor-options-utils';
33

44
export default async function (tree: Tree) {
55
const nxJson = readNxJson(tree);

0 commit comments

Comments
 (0)