Skip to content

Commit 945ccf1

Browse files
author
Angular Builds
committed
1284b43 build: update dependency @rollup/plugin-commonjs to v26
1 parent 1a0e688 commit 945ccf1

Some content is hidden

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

110 files changed

+110
-110
lines changed

node/cli-logger.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { logging } from '../src';
99
export interface ProcessOutput {

node/cli-logger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.createConsoleLogger = createConsoleLogger;

node/host.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Stats } from 'node:fs';
99
import { Observable } from 'rxjs';

node/host.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.NodeJsSyncHost = exports.NodeJsAsyncHost = void 0;

node/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
export * from './cli-logger';
99
export * from './host';

node/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

node/testing/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import * as fs from 'fs';
99
import { Path, virtualFs } from '../../src';

node/testing/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/core",
3-
"version": "18.1.0-next.1+sha-f3ed0fe",
3+
"version": "18.1.0-next.1+sha-1284b43",
44
"description": "Angular DevKit - Core Utility Library",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",

src/exception.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
export declare class BaseException extends Error {
99
constructor(message?: string);

src/exception.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.PathIsFileException = exports.PathIsDirectoryException = exports.FileAlreadyExistException = exports.FileDoesNotExistException = exports.UnknownException = exports.BaseException = void 0;

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import * as json from './json/index';
99
import * as logging from './logger/index';

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/json/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import * as schema from './schema/index';
99
export * from './utils';

src/json/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/json/schema/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import * as transforms from './transforms';
99
export * from './interface';

src/json/schema/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/json/schema/interface.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { ErrorObject, Format } from 'ajv';
99
import { Observable, ObservableInput } from 'rxjs';

src/json/schema/interface.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });

src/json/schema/pointer.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { JsonPointer } from './interface';
99
export declare function buildJsonPointer(fragments: string[]): JsonPointer;

src/json/schema/pointer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.buildJsonPointer = buildJsonPointer;

src/json/schema/registry.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { ValidateFunction } from 'ajv';
99
import { Observable } from 'rxjs';

src/json/schema/registry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/json/schema/schema.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { JsonObject } from '../utils';
99
/**

src/json/schema/schema.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.isJsonSchema = isJsonSchema;

src/json/schema/transforms.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { JsonValue } from '../utils';
99
import { JsonPointer } from './interface';

src/json/schema/transforms.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.addUndefinedDefaults = addUndefinedDefaults;

src/json/schema/utility.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { JsonSchema } from './schema';
99
export declare function getTypesOfSchema(schema: JsonSchema): Set<string>;

src/json/schema/utility.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.getTypesOfSchema = getTypesOfSchema;

src/json/schema/visitor.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Observable } from 'rxjs';
99
import { JsonObject, JsonValue } from '../utils';

src/json/schema/visitor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.visitJson = visitJson;

src/json/utils.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
export interface JsonArray extends Array<JsonValue> {
99
}

src/json/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.isJsonObject = isJsonObject;

src/logger/indent.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Logger } from './logger';
99
export declare class IndentLogger extends Logger {

src/logger/indent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.IndentLogger = void 0;

src/logger/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
export * from './indent';
99
export * from './level';

src/logger/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/logger/level.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { JsonObject } from '../json/utils';
99
import { LogLevel, Logger } from './logger';

src/logger/level.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.LevelCapLogger = exports.LevelTransformLogger = void 0;

src/logger/logger.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Observable, Operator, PartialObserver, Subject, Subscription } from 'rxjs';
99
import { JsonObject } from '../json/utils';

src/logger/logger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.Logger = void 0;

src/logger/null-logger.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Logger, LoggerApi } from './logger';
99
export declare class NullLogger extends Logger {

src/logger/null-logger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* 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
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.NullLogger = void 0;

src/logger/transform-logger.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Observable } from 'rxjs';
99
import { LogEntry, Logger } from './logger';

0 commit comments

Comments
 (0)