Skip to content

Commit 597fb45

Browse files
committed
fix: comments
1 parent e9952f9 commit 597fb45

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

libraries/rush-lib/src/cli/actions/BaseHotlinkPackageAction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import type { IRequiredCommandLineStringParameter } from '@rushstack/ts-command-line';
55
import path from 'path';
6+
67
import { HotlinkManager } from '../../utilities/HotlinkManager';
78
import { BaseRushAction, type IBaseRushActionOptions } from './BaseRushAction';
89

libraries/rush-lib/src/cli/actions/LinkPackageAction.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
22
// See LICENSE in the project root for license information.
33

4+
import { Async } from '@rushstack/node-core-library';
5+
import type { CommandLineStringListParameter } from '@rushstack/ts-command-line';
6+
47
import type { RushCommandLineParser } from '../RushCommandLineParser';
58
import type { RushConfigurationProject } from '../../api/RushConfigurationProject';
69
import { BaseHotlinkPackageAction } from './BaseHotlinkPackageAction';
710
import type { HotlinkManager } from '../../utilities/HotlinkManager';
811
import { BRIDGE_PACKAGE_ACTION_NAME, LINK_PACKAGE_ACTION_NAME } from '../../utilities/actionNameConstants';
9-
import type { CommandLineStringListParameter } from '@rushstack/ts-command-line';
1012
import { RushConstants } from '../../logic/RushConstants';
11-
import { Async } from '@rushstack/node-core-library';
1213

1314
export class LinkPackageAction extends BaseHotlinkPackageAction {
1415
protected readonly _projectListParameter: CommandLineStringListParameter;

0 commit comments

Comments
 (0)