build: Add blank line between copyright header and code (#20122)

Pre-applied the changes from #20116 to the client and build-tools
release groups. That is, it adds an extra blank line between the
copyright header and the code so that import reorganization doesn't
interfere with the header.
This commit is contained in:
Tyler Butler 2024-03-14 11:37:07 -07:00 коммит произвёл GitHub
Родитель 2278ddffd7
Коммит 8783baae6a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
570 изменённых файлов: 577 добавлений и 53 удалений

Просмотреть файл

@ -4,5 +4,6 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
// eslint-disable-next-line import/no-unassigned-import
import "tinylicious";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { KJUR as jsrsasign } from "jsrsasign";
import { v4 as uuid } from "uuid";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
module.exports = {
extends: [require.resolve("@fluidframework/eslint-config-fluid"), "prettier"],
rules: {

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { v4 as uuid } from "uuid";
import {

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ITokenProvider } from "@fluidframework/azure-client";
import { InsecureTokenProvider } from "@fluidframework/test-runtime-utils";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { DataObject, DataObjectFactory, IDataObjectProps } from "@fluidframework/aqueduct";
import { IFluidHandle } from "@fluidframework/core-interfaces";
import { SharedCounter } from "@fluidframework/counter";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { strict as assert } from "node:assert";
import { AzureClient } from "@fluidframework/azure-client";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { strict as assert } from "node:assert";
import { AzureClient } from "@fluidframework/azure-client";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { strict as assert } from "node:assert";
import { AzureClient } from "@fluidframework/azure-client";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { strict as assert } from "node:assert";
import { AzureClient } from "@fluidframework/azure-client";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
module.exports = {
extends: [
require.resolve("@fluidframework/eslint-config-fluid/minimal-deprecated"),

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { AzureClient } from "@fluidframework/azure-client";
import { TypedEventEmitter } from "@fluid-internal/client-utils";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ChildProcess } from "child_process";
import { ConnectionState } from "@fluidframework/container-loader";
import { PerformanceEvent } from "@fluidframework/telemetry-utils";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ConnectionState } from "@fluidframework/container-loader";
import { IFluidContainer } from "@fluidframework/fluid-static";
import { PerformanceEvent } from "@fluidframework/telemetry-utils";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { v4 as uuid } from "uuid";
import { SharedMap } from "@fluidframework/map";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ConnectionState } from "@fluidframework/container-loader";
import { SharedMap, type ISharedMap } from "@fluidframework/map";
import { AzureClient } from "@fluidframework/azure-client";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ChildProcess } from "child_process";
import { delay } from "@fluidframework/core-utils";
import { TypedEventEmitter } from "@fluid-internal/client-utils";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { DataObject, DataObjectFactory, IDataObjectProps } from "@fluidframework/aqueduct";
import { IFluidHandle } from "@fluidframework/core-interfaces";
import { SharedCounter } from "@fluidframework/counter";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import * as fs from "node:fs";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { AzureClient } from "@fluidframework/azure-client";
import { IEvent, IEventProvider } from "@fluidframework/core-interfaces";
import { ITelemetryLoggerExt } from "@fluidframework/telemetry-utils";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import crypto from "crypto";
import fs from "fs";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import commander from "commander";
import { TestOrchestrator } from "./TestOrchestrator.js";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ChildRunner, ContainerFactorySchema } from "./interface.js";
import { loggerP } from "./logger.js";
import { DocCreatorRunner, DocCreatorRunConfig } from "./DocCreatorRunner.js";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import assert from "assert";
import child_process from "child_process";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import child_process from "child_process";
import commander from "commander";
import {

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Package } from "@fluidframework/build-tools";
import { ux, Command, Flags } from "@oclif/core";
import async from "async";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { MonoRepo, Package } from "@fluidframework/build-tools";
import { Args } from "@oclif/core";
// eslint-disable-next-line import/no-deprecated

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Command, Flags, Interfaces } from "@oclif/core";
// eslint-disable-next-line import/no-internal-modules
import { type PrettyPrintableError } from "@oclif/core/lib/interfaces";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import { strict as assert } from "node:assert";
import chalk from "chalk";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import chalk from "chalk";
import prompts from "prompts";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import { Package } from "@fluidframework/build-tools";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import chalk from "chalk";
import { sortPackageJson as sortJson } from "sort-package-json";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { writeFile } from "node:fs/promises";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import * as fs from "node:fs";
import * as path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Package } from "@fluidframework/build-tools";
import { Args } from "@oclif/core";
import execa from "execa";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { strict as assert } from "node:assert";
import fs from "node:fs";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import * as childProcess from "node:child_process";
import * as fs from "node:fs";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import { copySync, existsSync, readJson } from "fs-extra";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Package } from "@fluidframework/build-tools";
import { VersionBumpType } from "@fluid-tools/version-tools";
import { Flags } from "@oclif/core";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import { writeFile } from "node:fs/promises";
import { strict as assert } from "node:assert";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import { BaseCommand } from "../base";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Logger } from "@fluidframework/build-tools";
import { Flags } from "@oclif/core";
import chalk from "chalk";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import chalk from "chalk";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { VersionBumpType, detectVersionScheme } from "@fluid-tools/version-tools";
import { Config } from "@oclif/core";
import chalk from "chalk";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { MonoRepo, Package } from "@fluidframework/build-tools";
import { ReleaseVersion, VersionBumpType, detectBumpType } from "@fluid-tools/version-tools";
import { Args } from "@oclif/core";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import chalk from "chalk";
import { table } from "table";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ux, Flags, Command } from "@oclif/core";
import { strict as assert } from "node:assert";
import chalk from "chalk";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import { Package, updatePackageJsonFile, PackageJson } from "@fluidframework/build-tools";
import { PackageCommand } from "../../BasePackageCommand";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import { execSync } from "node:child_process";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Package } from "@fluidframework/build-tools";
import { strict as assert } from "node:assert";
import { PackageCommand } from "../BasePackageCommand";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import {
ITypeValidationConfig,

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Flags } from "@oclif/core";
import * as semver from "semver";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import inquirer from "inquirer";
import { Machine } from "jssm";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { strict as assert } from "node:assert";
import execa from "execa";
import inquirer from "inquirer";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { strict as assert } from "node:assert";
import chalk from "chalk";
import { Machine } from "jssm";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Command } from "@oclif/core";
import chalk from "chalk";
import { Machine } from "jssm";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Machine } from "jssm";
import { CommandLogger } from "../logging";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import chalk from "chalk";
import { Machine } from "jssm";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import type { Machine } from "jssm";
import { CommandLogger } from "../logging";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { StringBuilder } from "@rushstack/node-core-library";
import chalk from "chalk";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { PackageName } from "@rushstack/node-core-library";
import * as semver from "semver";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { PackageName } from "@rushstack/node-core-library";
import {

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import {
ADOSizeComparator,
BundleComparisonResult,

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { formatDistanceToNow, formatISO9075 } from "date-fns";
/**

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Package } from "@fluidframework/build-tools";
import path from "node:path";
import readPkgUp from "read-pkg-up";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Octokit } from "@octokit/core";
import { CommandLogger } from "../logging";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import assert from "node:assert";
import { EOL as newline } from "node:os";
import * as path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Logger, MonoRepo, Package, updatePackageJsonFile } from "@fluidframework/build-tools";
import {
InterdependencyRange,

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import {
ReleaseVersion,
VersionBumpType,

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Returns the difference between two sets. That is, it returns a Set containing the items in Set A that are not in Set
* B.

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Logger } from "@fluidframework/build-tools";
/**

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { FileSystem as fs } from "@rushstack/node-core-library";
import { from as createStateMachine } from "jssm";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Command, Flags } from "@oclif/core";
import chalk from "chalk";
import { Machine } from "jssm";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { expect, test } from "@oclif/test";
/**

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { expect } from "chai";
import { GitRepo, getResolvedFluidRoot } from "@fluidframework/build-tools";
import { FeedsForPackages } from "../../src/commands/list";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { test } from "@oclif/test";
import { FluidReleaseMachine } from "../../src/machines";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { ReleaseVersion, VersionBumpType } from "@fluid-tools/version-tools";
import { test } from "@oclif/test";
import chai, { expect } from "chai";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Package } from "@fluidframework/build-tools";
import { test } from "@oclif/test";
import chai, { expect } from "chai";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { assert, expect } from "chai";
import { ITypeValidationConfig, PackageJson } from "@fluidframework/build-tools";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import chai, { assert, expect } from "chai";
import { GitRepo, getResolvedFluidRoot } from "@fluidframework/build-tools";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { assert } from "chai";
import { MonoRepoKind } from "../../src/library";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { assert, expect } from "chai";
import { pathExistsSync } from "fs-extra";
import path from "node:path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { PackageName } from "@rushstack/node-core-library";
import { assert } from "chai";
import { parseJSON } from "date-fns";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import chai, { expect } from "chai";
import assertArrays from "chai-arrays";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import {
ADOSizeComparator,
BundleComparisonResult,

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import * as path from "path";
import {

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import * as childProcess from "node:child_process";
import * as path from "node:path";
import { existsSync } from "node:fs";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { parseISO } from "date-fns";
import { exec, execNoError } from "./utils";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import chalk from "chalk";
import { commonOptions } from "./commonOptions";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import {
InterdependencyRange,
DEFAULT_INTERDEPENDENCY_RANGE,

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { PackageName } from "@rushstack/node-core-library";
import { queue } from "async";
import * as chalk from "chalk";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import * as path from "path";
import { readdir } from "node:fs/promises";
import { existsSync } from "node:fs";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { defaultLogger } from "./logging";
const { log } = defaultLogger;

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import * as path from "path";
import * as fs from "fs";
import * as ts from "typescript";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import * as child_process from "child_process";
import * as fs from "fs";
import * as glob from "glob";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import fs from "fs";
import path from "path";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { AsyncPriorityQueue } from "async";
import chalk from "chalk";
import * as semver from "semver";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import chalk from "chalk";
import { commonOptions } from "../common/commonOptions";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import * as path from "path";
import chalk from "chalk";
import { FluidRepo, IFluidBuildConfig } from "../common/fluidRepo";

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { Package } from "../common/npmPackage";
import { readFileAsync } from "../common/utils";

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше