source: trip-planner-front/node_modules/@angular/core/schematics/migrations/relative-link-resolution/transform.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 945 bytes
Line 
1/// <amd-module name="@angular/core/schematics/migrations/relative-link-resolution/transform" />
2/**
3 * @license
4 * Copyright Google LLC All Rights Reserved.
5 *
6 * Use of this source code is governed by an MIT-style license that can be
7 * found in the LICENSE file at https://angular.io/license
8 */
9import * as ts from 'typescript';
10import { UpdateRecorder } from './update_recorder';
11export declare class RelativeLinkResolutionTransform {
12 private getUpdateRecorder;
13 private printer;
14 constructor(getUpdateRecorder: (sf: ts.SourceFile) => UpdateRecorder);
15 /** Migrate the ExtraOptions#RelativeLinkResolution property assignments. */
16 migrateRouterModuleForRootCalls(calls: ts.CallExpression[]): void;
17 migrateObjectLiterals(vars: ts.ObjectLiteralExpression[]): void;
18 private _updateCallExpressionWithoutExtraOptions;
19 private _getMigratedLiteralExpression;
20 private _maybeUpdateLiteral;
21 private _updateNode;
22}
Note: See TracBrowser for help on using the repository browser.