MCPcopy Index your code
hub / github.com/angular/angular / runMigration

Function runMigration

packages/core/schematics/test/inject_migration_spec.ts:27–36  ·  view source on GitHub ↗
(options?: {
    path?: string;
    backwardsCompatibleConstructors?: boolean;
    migrateAbstractClasses?: boolean;
    nonNullableOptional?: boolean;
    _internalCombineMemberInitializers?: boolean;
    _internalReplaceParameterReferencesInInitializers?: boolean;
  })

Source from the content-addressed store, hash-verified

25 }
26
27 function runMigration(options?: {
28 path?: string;
29 backwardsCompatibleConstructors?: boolean;
30 migrateAbstractClasses?: boolean;
31 nonNullableOptional?: boolean;
32 _internalCombineMemberInitializers?: boolean;
33 _internalReplaceParameterReferencesInInitializers?: boolean;
34 }) {
35 return runner.runSchematic('inject-migration', options, tree);
36 }
37
38 const collectionJsonPath = resolve('../collection.json');
39 beforeEach(() => {

Callers 2

runInternalMigrationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…