_id
stringlengths
21
254
text
stringlengths
1
93.7k
metadata
dict
angular-cli/packages/angular_devkit/schematics/tools/file-system-engine-host_spec.ts_9377_13096
it(`does not list hidden schematics when 'includeHidden' is false`, () => { const engineHost = new FileSystemEngineHost(root); const engine = new SchematicEngine(engineHost); const collection = engine.createCollection('hidden-schematics'); expect(collection.listSchematicNames(false /** includeHidden */...
{ "end_byte": 13096, "start_byte": 9377, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/file-system-engine-host_spec.ts" }
angular-cli/packages/angular_devkit/schematics/tools/fallback-engine-host.ts_0_4264
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Observable, mergeMap, of as observableOf, throwError } from 'rxjs'; import { Url } from 'url'; import { C...
{ "end_byte": 4264, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/fallback-engine-host.ts" }
angular-cli/packages/angular_devkit/schematics/tools/node-module-engine-host.ts_0_4563
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException } from '@angular-devkit/core'; import { dirname, join, resolve } from 'path'; import { RuleFa...
{ "end_byte": 4563, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/node-module-engine-host.ts" }
angular-cli/packages/angular_devkit/schematics/tools/schema-option-transform.ts_0_1697
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { deepCopy, schema } from '@angular-devkit/core'; import { Observable, from, of as observableOf } from 'rxjs'...
{ "end_byte": 1697, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/schema-option-transform.ts" }
angular-cli/packages/angular_devkit/schematics/tools/node-modules-test-engine-host.ts_0_1476
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { TaskConfiguration, TaskConfigurationGenerator, TaskId } from '../src/engine'; import { FileSystemSchematicC...
{ "end_byte": 1476, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/node-modules-test-engine-host.ts" }
angular-cli/packages/angular_devkit/schematics/tools/file-system-engine-host.ts_0_3514
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { existsSync } from 'fs'; import { join } from 'path'; import { Observable, catchError, from, throwError } fr...
{ "end_byte": 3514, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/file-system-engine-host.ts" }
angular-cli/packages/angular_devkit/schematics/tools/BUILD.bazel_0_1781
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test") load("//tools:defaults.bzl", "ts_library") # Copyright Google Inc. All Rights Reserved. # # Use of this source code is governed by an MIT-style license that can be # found in the LICENSE file at https://angular.dev/license licenses(["notice"]) package(defaul...
{ "end_byte": 1781, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/BUILD.bazel" }
angular-cli/packages/angular_devkit/schematics/tools/index.ts_0_681
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export * from './description'; export * from './export-ref'; export * from './file-system-engine-host-base'; export...
{ "end_byte": 681, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/index.ts" }
angular-cli/packages/angular_devkit/schematics/tools/file-system-utility.ts_0_1075
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { JsonValue } from '@angular-devkit/core'; import { FileDoesNotExistException } from '@angular-devkit/schemat...
{ "end_byte": 1075, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/file-system-utility.ts" }
angular-cli/packages/angular_devkit/schematics/tools/node-module-engine-host_spec.ts_0_2267
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { SchematicEngine } from '@angular-devkit/schematics'; import * as fs from 'fs'; import * as os from 'os'; im...
{ "end_byte": 2267, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/node-module-engine-host_spec.ts" }
angular-cli/packages/angular_devkit/schematics/tools/description.ts_0_2225
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { JsonObject } from '@angular-devkit/core'; import { Collection, CollectionDescription, Engine, Engin...
{ "end_byte": 2225, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/description.ts" }
angular-cli/packages/angular_devkit/schematics/tools/file-system-engine-host-base.ts_0_3227
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException, JsonObject, normalize, virtualFs } from '@angular-devkit/core'; import { NodeJsSyncHost } fr...
{ "end_byte": 3227, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/file-system-engine-host-base.ts" }
angular-cli/packages/angular_devkit/schematics/tools/file-system-engine-host-base.ts_3228_11560
export abstract class FileSystemEngineHostBase implements FileSystemEngineHost { protected abstract _resolveCollectionPath(name: string, requester?: string): string; protected abstract _resolveReferenceString( name: string, parentPath: string, collectionDescription: FileSystemCollectionDesc, ): { ref:...
{ "end_byte": 11560, "start_byte": 3228, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/file-system-engine-host-base.ts" }
angular-cli/packages/angular_devkit/schematics/tools/export-ref.ts_0_909
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { dirname, resolve } from 'path'; export class ExportStringRef<T> { private _ref?: T; private _module: s...
{ "end_byte": 909, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/export-ref.ts" }
angular-cli/packages/angular_devkit/schematics/tools/workflow/node-workflow_spec.ts_0_931
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable import/no-extraneous-dependencies */ import { NodeJsSyncHost } from '@angular-devkit/core/node'; i...
{ "end_byte": 931, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/workflow/node-workflow_spec.ts" }
angular-cli/packages/angular_devkit/schematics/tools/workflow/node-workflow.ts_0_3050
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Path, getSystemPath, normalize, schema, virtualFs } from '@angular-devkit/core'; import { NodeJsSyncHost } ...
{ "end_byte": 3050, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/tools/workflow/node-workflow.ts" }
angular-cli/packages/angular_devkit/schematics/testing/schematic-test-runner.ts_0_3670
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { logging, schema } from '@angular-devkit/core'; import { Observable, lastValueFrom, of as observableOf } fro...
{ "end_byte": 3670, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/testing/schematic-test-runner.ts" }
angular-cli/packages/angular_devkit/schematics/testing/BUILD.bazel_0_837
load("//tools:defaults.bzl", "ts_library") # Copyright Google Inc. All Rights Reserved. # # Use of this source code is governed by an MIT-style license that can be # found in the LICENSE file at https://angular.dev/license licenses(["notice"]) package(default_visibility = ["//visibility:public"]) ts_library( nam...
{ "end_byte": 837, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/testing/BUILD.bazel" }
angular-cli/packages/angular_devkit/schematics/testing/index.ts_0_245
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export * from './schematic-test-runner';
{ "end_byte": 245, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/testing/index.ts" }
angular-cli/packages/angular_devkit/schematics/src/index.ts_0_2095
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { strings } from '@angular-devkit/core'; import * as formats from './formats/index'; import { FilePredicate, ...
{ "end_byte": 2095, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/index.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/host-tree_spec.ts_0_4894
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { normalize, virtualFs } from '@angular-devkit/core'; import { FilterHostTree, HostTree } from './host-tree';...
{ "end_byte": 4894, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/host-tree_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/host-tree_spec.ts_4896_8146
describe('FilterHostTree', () => { it('works', () => { const tree = new HostTree(); tree.create('/file1', ''); tree.create('/file2', ''); tree.create('/file3', ''); const filtered = new FilterHostTree(tree, (p) => p != '/file2'); const filteredFiles: string[] = []; filtered.visit((path) =...
{ "end_byte": 8146, "start_byte": 4896, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/host-tree_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/static.ts_0_998
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { SchematicsException } from '../exception/exception'; import { FilterHostTree, HostTree } from './host-tree'...
{ "end_byte": 998, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/static.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/entry.ts_0_835
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Path } from '@angular-devkit/core'; import { FileEntry } from './interface'; export class SimpleFileEntry ...
{ "end_byte": 835, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/entry.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/recorder_spec.ts_0_3011
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { normalize } from '@angular-devkit/core'; import { SimpleFileEntry } from './entry'; import { UpdateRecorder...
{ "end_byte": 3011, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/recorder_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/action.ts_0_4841
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException, Path } from '@angular-devkit/core'; export class UnknownActionException extends BaseExcepti...
{ "end_byte": 4841, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/action.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/host-tree.ts_0_2433
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { JsonValue, Path, PathFragment, PathIsDirectoryException, PathIsFileException, dirname, join, ...
{ "end_byte": 2433, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/host-tree.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/host-tree.ts_2435_10960
export class HostTree implements Tree { private readonly _id = --_uniqueId; private _record: virtualFs.CordHost; private _recordSync: virtualFs.SyncDelegateHost; private _ancestry = new Set<number>(); private _dirCache = new Map<Path, HostDirEntry>(); [TreeSymbol]() { return this; } static isHost...
{ "end_byte": 10960, "start_byte": 2435, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/host-tree.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/host-tree.ts_10963_15563
commitUpdate(record: UpdateRecorder): void { if (record instanceof UpdateRecorderBase) { const path = record.path; const entry = this.get(path); if (!entry) { throw new ContentHasMutatedException(path); } else { const newContent = record.apply(entry.content); if (!new...
{ "end_byte": 15563, "start_byte": 10963, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/host-tree.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/delegate.ts_0_2128
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { JsonValue } from '@angular-devkit/core'; import { Action } from './action'; import { DirEntry, FileEntr...
{ "end_byte": 2128, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/delegate.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/scoped.ts_0_5619
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { JsonValue, NormalizedRoot, Path, PathFragment, join, normalize, relative, } from '@angular-de...
{ "end_byte": 5619, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/scoped.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/empty.ts_0_324
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { HostTree } from './host-tree'; export class EmptyTree extends HostTree { constructor() { super(); ...
{ "end_byte": 324, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/empty.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/interface.ts_0_4479
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { JsonValue, Path, PathFragment } from '@angular-devkit/core'; import { Action } from './action'; export enu...
{ "end_byte": 4479, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/interface.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/recorder.ts_0_3096
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException } from '@angular-devkit/core'; import MagicString from 'magic-string'; import { ContentHasMut...
{ "end_byte": 3096, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/recorder.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/common_spec.ts_0_1790
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { normalize } from '@angular-devkit/core'; import { Tree } from './interface'; export interface VisitTestVis...
{ "end_byte": 1790, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/common_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/null.ts_0_2833
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException, JsonValue, Path, PathFragment, dirname, join, normalize, } from '@angular-devk...
{ "end_byte": 2833, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/null.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/action_spec.ts_0_3788
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { normalize } from '@angular-devkit/core'; import { Action, ActionList } from './action'; describe('Action',...
{ "end_byte": 3788, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/action_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/tree/scoped_spec.ts_0_5114
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { UnitTestTree } from '../../testing'; import { HostTree } from './host-tree'; import { ScopedTree } from './...
{ "end_byte": 5114, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/tree/scoped_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/formats/path.ts_0_703
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { normalize, schema } from '@angular-devkit/core'; export const pathFormat: schema.SchemaFormat = { name: ...
{ "end_byte": 703, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/formats/path.ts" }
angular-cli/packages/angular_devkit/schematics/src/formats/html-selector.ts_0_1350
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { schema } from '@angular-devkit/core'; // As per https://html.spec.whatwg.org/multipage/custom-elements.htm...
{ "end_byte": 1350, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/formats/html-selector.ts" }
angular-cli/packages/angular_devkit/schematics/src/formats/format-validator.ts_0_645
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { JsonObject, JsonValue, schema } from '@angular-devkit/core'; export async function formatValidator( data...
{ "end_byte": 645, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/formats/format-validator.ts" }
angular-cli/packages/angular_devkit/schematics/src/formats/html-selector_spec.ts_0_2093
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { formatValidator } from './format-validator'; import { htmlSelectorFormat } from './html-selector'; describ...
{ "end_byte": 2093, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/formats/html-selector_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/formats/index.ts_0_523
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { schema } from '@angular-devkit/core'; import { htmlSelectorFormat } from './html-selector'; import { pathFo...
{ "end_byte": 523, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/formats/index.ts" }
angular-cli/packages/angular_devkit/schematics/src/formats/path_spec.ts_0_957
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { formatValidator } from './format-validator'; import { pathFormat } from './path'; describe('Schematics Pat...
{ "end_byte": 957, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/formats/path_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/sink/dryrun.ts_0_3449
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { normalize, virtualFs } from '@angular-devkit/core'; import { NodeJsSyncHost } from '@angular-devkit/core/no...
{ "end_byte": 3449, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/sink/dryrun.ts" }
angular-cli/packages/angular_devkit/schematics/src/sink/host_spec.ts_0_4835
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { normalize, virtualFs } from '@angular-devkit/core'; import { HostSink } from '@angular-devkit/schematics'; ...
{ "end_byte": 4835, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/sink/host_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/sink/dryrun_spec.ts_0_2441
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Path, normalize, virtualFs } from '@angular-devkit/core'; import { lastValueFrom, toArray } from 'rxjs'; im...
{ "end_byte": 2441, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/sink/dryrun_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/sink/host.ts_0_2884
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Path, virtualFs } from '@angular-devkit/core'; import { EMPTY, Observable, concatMap, concat as con...
{ "end_byte": 2884, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/sink/host.ts" }
angular-cli/packages/angular_devkit/schematics/src/sink/sink.ts_0_5394
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Observable, concat, concatMap, defaultIfEmpty, defer as deferObservable, ignoreElements, isOb...
{ "end_byte": 5394, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/sink/sink.ts" }
angular-cli/packages/angular_devkit/schematics/src/workflow/base.ts_0_6310
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { logging, schema, virtualFs } from '@angular-devkit/core'; import { EMPTY, Observable, Subject, conc...
{ "end_byte": 6310, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/workflow/base.ts" }
angular-cli/packages/angular_devkit/schematics/src/workflow/interface.ts_0_1135
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { logging } from '@angular-devkit/core'; import { Observable } from 'rxjs'; export interface RequiredWorkflo...
{ "end_byte": 1135, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/workflow/interface.ts" }
angular-cli/packages/angular_devkit/schematics/src/workflow/index.ts_0_257
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export * from './base'; export * from './interface';
{ "end_byte": 257, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/workflow/index.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/schematic.ts_0_2321
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { last, map, of as observableOf } from 'rxjs'; import { ExecutionOptions, Rule, SchematicContext } from '../e...
{ "end_byte": 2321, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/schematic.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/base.ts_0_4910
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Observable, concat, map, mapTo, toArray } from 'rxjs'; import { FileOperator, Rule, Source } from '../engin...
{ "end_byte": 4910, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/base.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/call.ts_0_2784
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException } from '@angular-devkit/core'; import { Observable, defaultIfEmpty, defer, isObservable, last...
{ "end_byte": 2784, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/call.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/move.ts_0_908
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { join, normalize } from '@angular-devkit/core'; import { Rule } from '../engine/interface'; import { noop } ...
{ "end_byte": 908, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/move.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/template.ts_0_5951
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException, normalize, template as templateImpl } from '@angular-devkit/core'; import { EOL } from 'node...
{ "end_byte": 5951, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/template.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/call_spec.ts_0_3892
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable @typescript-eslint/no-non-null-assertion */ /* eslint-disable @typescript-eslint/no-explicit-any *...
{ "end_byte": 3892, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/call_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/url.ts_0_481
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { parse } from 'url'; import { SchematicContext, Source } from '../engine/interface'; export function url(ur...
{ "end_byte": 481, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/url.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/random.ts_0_1345
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Source } from '../engine/interface'; import { HostTree } from '../tree/host-tree'; function generateString...
{ "end_byte": 1345, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/random.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/move_spec.ts_0_3406
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable @typescript-eslint/no-non-null-assertion */ import { lastValueFrom, of as observableOf } from 'rxj...
{ "end_byte": 3406, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/move_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/template_spec.ts_0_5882
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable import/no-extraneous-dependencies */ import { normalize } from '@angular-devkit/core'; import { Un...
{ "end_byte": 5882, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/template_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/rules/base_spec.ts_0_7312
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable @typescript-eslint/no-non-null-assertion */ import { Path, virtualFs } from '@angular-devkit/core'...
{ "end_byte": 7312, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/rules/base_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/engine/schematic.ts_0_2592
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException } from '@angular-devkit/core'; import { Observable, concatMap, first, map } from 'rxjs'; impo...
{ "end_byte": 2592, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/engine/schematic.ts" }
angular-cli/packages/angular_devkit/schematics/src/engine/schematic_spec.ts_0_4532
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable @typescript-eslint/no-non-null-assertion */ import { logging } from '@angular-devkit/core'; import...
{ "end_byte": 4532, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/engine/schematic_spec.ts" }
angular-cli/packages/angular_devkit/schematics/src/engine/engine.ts_0_4670
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException, PriorityQueue, logging } from '@angular-devkit/core'; import { Observable, concatMap, from a...
{ "end_byte": 4670, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/engine/engine.ts" }
angular-cli/packages/angular_devkit/schematics/src/engine/engine.ts_4672_12106
export class SchematicEngine<CollectionT extends object, SchematicT extends object> implements Engine<CollectionT, SchematicT> { private _collectionCache = new Map<string, CollectionImpl<CollectionT, SchematicT>>(); private _schematicCache = new WeakMap< Collection<CollectionT, SchematicT>, Map<string, Sc...
{ "end_byte": 12106, "start_byte": 4672, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/engine/engine.ts" }
angular-cli/packages/angular_devkit/schematics/src/engine/interface.ts_0_9126
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { logging } from '@angular-devkit/core'; import { Observable } from 'rxjs'; import { Url } from 'url'; import...
{ "end_byte": 9126, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/engine/interface.ts" }
angular-cli/packages/angular_devkit/schematics/src/engine/index.ts_0_288
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export * from './engine'; export * from './interface'; export * from './schematic';
{ "end_byte": 288, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/engine/index.ts" }
angular-cli/packages/angular_devkit/schematics/src/exception/exception.ts_0_1411
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BaseException } from '@angular-devkit/core'; // Used by schematics to throw exceptions. export class Schem...
{ "end_byte": 1411, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics/src/exception/exception.ts" }
angular-cli/goldens/BUILD.bazel_0_149
package(default_visibility = ["//visibility:public"]) filegroup( name = "public-api", srcs = glob([ "public-api/**/*.md", ]), )
{ "end_byte": 149, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/BUILD.bazel" }
angular-cli/goldens/public-api/manage.js_0_2058
const {exec} = require('shelljs'); const {Parser: parser} = require('yargs/helpers'); // Remove all command line flags from the arguments. const argv = parser(process.argv.slice(2)); // The command the user would like to run, either 'accept' or 'test' const USER_COMMAND = argv._[0]; // The shell command to query for a...
{ "end_byte": 2058, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/manage.js" }
angular-cli/goldens/public-api/angular/ssr/index.api.md_0_1047
## API Report File for "@angular/ssr" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { EnvironmentProviders } from '@angular/core'; // @public export class AngularAppEngine { getPrerenderHeaders(request: Request): ReadonlyMap<string, string>; r...
{ "end_byte": 1047, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular/ssr/index.api.md" }
angular-cli/goldens/public-api/angular/ssr/index_transitive.api.md_0_1075
## API Report File for "@angular/devkit-repo" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts // @public export interface ServerRouteAppShell extends Omit<ServerRouteCommon, 'headers' | 'status'> { renderMode: RenderMode.AppShell; } // @public export inter...
{ "end_byte": 1075, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular/ssr/index_transitive.api.md" }
angular-cli/goldens/public-api/angular/ssr/node/index.api.md_0_1781
## API Report File for "@angular/ssr_node" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { ApplicationRef } from '@angular/core'; import type { IncomingMessage } from 'node:http'; import type { ServerResponse } from 'node:http'; import { StaticProvider...
{ "end_byte": 1781, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular/ssr/node/index.api.md" }
angular-cli/goldens/public-api/angular/ssr/tokens/index.api.md_0_457
## API Report File for "@angular/ssr_tokens" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { InjectionToken } from '@angular/core'; // @public export const REQUEST: InjectionToken<Request>; // @public export const REQUEST_CONTEXT: InjectionToken<unkn...
{ "end_byte": 457, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular/ssr/tokens/index.api.md" }
angular-cli/goldens/public-api/angular/build/index.api.md_0_4591
## API Report File for "@angular/build" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { BuilderContext } from '@angular-devkit/architect'; import { BuilderOutput } from '@angular-devkit/architect'; import type http from 'node:http'; import { OutputFile...
{ "end_byte": 4591, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular/build/index.api.md" }
angular-cli/goldens/public-api/ngtools/webpack/index.api.md_0_1564
## API Report File for "@ngtools/webpack" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import type { Compiler } from 'webpack'; import type { CompilerOptions } from '@angular/compiler-cli'; import type { LoaderContext } from 'webpack'; // @public (undocumen...
{ "end_byte": 1564, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/ngtools/webpack/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/index.api.md_0_152
## API Report File for "@angular-devkit/core" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts
{ "end_byte": 152, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/index.api.md_153_8462
import { ErrorObject } from 'ajv'; import { Format } from 'ajv'; import { Observable } from 'rxjs'; import { ObservableInput } from 'rxjs'; import { Operator } from 'rxjs'; import { PartialObserver } from 'rxjs'; import { Position } from 'source-map'; import { Subject } from 'rxjs'; import { Subscription } from 'rxjs';...
{ "end_byte": 8462, "start_byte": 153, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/index.api.md_8462_16836
boolean; } // @public (undocumented) function indentBy(indentations: number): TemplateTag; // @public (undocumented) class IndentLogger extends Logger { constructor(name: string, parent?: Logger | null, indentation?: string); } // @public (undocumented) export class InvalidPathException extends BaseException { ...
{ "end_byte": 16836, "start_byte": 8462, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/index.api.md_16842_25419
{ // (undocumented) addPattern(pattern: string | string[], replacementFn: ReplacementFunction): void; // (undocumented) protected _patterns: Map<RegExp, ReplacementFunction>; // (undocumented) protected _resolve(path: Path): Path; } // @public (undocumented) export type PosixPath = string & { ...
{ "end_byte": 25419, "start_byte": 16842, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/index.api.md_25431_33699
class SimpleMemoryHost implements Host<{}> { constructor(); // (undocumented) protected _cache: Map<Path, Stats<SimpleMemoryHostStats>>; // (undocumented) get capabilities(): HostCapabilities; // (undocumented) delete(path: Path): Observable<void>; // (undocumented) protected _delete...
{ "end_byte": 33699, "start_byte": 25431, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/index.api.md_33700_38838
.substitutions: any[]): R; } declare namespace test { export { TestLogRecord, TestHost } } // @public (undocumented) class TestHost extends SimpleMemoryHost { // (undocumented) $exists(path: string): boolean; // (undocumented) $isDirectory(path: string): boolean; // (undocu...
{ "end_byte": 38838, "start_byte": 33700, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/node/index.api.md_0_2673
## API Report File for "@angular-devkit/core_node" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { Observable } from 'rxjs'; import { Operator } from 'rxjs'; import { PartialObserver } from 'rxjs'; import { Stats as Stats_2 } from 'node:fs'; import { S...
{ "end_byte": 2673, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/node/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/core/node/testing/index.api.md_0_698
## API Report File for "@angular-devkit/core_node_testing" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import * as fs from 'fs'; import { Observable } from 'rxjs'; // @public export class TempScopedNodeJsSyncHost extends virtualFs.ScopedHost<fs.Stats> { ...
{ "end_byte": 698, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/core/node/testing/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/build_angular/index.api.md_0_161
## API Report File for "@angular-devkit/build-angular" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts
{ "end_byte": 161, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/build_angular/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/build_angular/index.api.md_162_8907
import { ApplicationBuilderOptions } from '@angular/build'; import { buildApplication } from '@angular/build'; import { BuilderContext } from '@angular-devkit/architect'; import { BuilderOutput } from '@angular-devkit/architect'; import type { ConfigOptions } from 'karma'; import { Configuration } from 'webpack'; impor...
{ "end_byte": 8907, "start_byte": 162, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/build_angular/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/build_angular/index.api.md_8908_10157
; tsConfig: string; vendorChunk?: boolean; verbose?: boolean; watch?: boolean; } // @public export type ServerBuilderOutput = BuilderOutput & { baseOutputPath: string; outputPath: string; outputs: { locale?: string; path: string; }[]; }; // @public (undocumented) export...
{ "end_byte": 10157, "start_byte": 8908, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/build_angular/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/architect/index.api.md_0_157
## API Report File for "@angular-devkit/architect" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts
{ "end_byte": 157, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/architect/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/architect/index.api.md_158_8658
import { BaseException } from '@angular-devkit/core'; import { json } from '@angular-devkit/core'; import { JsonObject } from '@angular-devkit/core'; import { JsonValue } from '@angular-devkit/core'; import { logging } from '@angular-devkit/core'; import { Observable } from 'rxjs'; import { ObservableInput } from 'rxjs...
{ "end_byte": 8658, "start_byte": 158, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/architect/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/architect/index.api.md_8659_17172
// (undocumented) Input = "in", // (undocumented) Ping = "ip", // (undocumented) Stop = "is" } // @public interface JobInboundMessagePing extends JobInboundMessageBase { readonly id: number; // (undocumented) readonly kind: JobInboundMessageKind.Ping; } // @public (undocumented) cl...
{ "end_byte": 17172, "start_byte": 8659, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/architect/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/architect/index.api.md_17172_19599
, options?: RegisterJobOptions): void; register<ArgumentT extends JsonValue, InputT extends JsonValue, OutputT extends JsonValue>(handler: JobHandler<ArgumentT, InputT, OutputT>, options?: RegisterJobOptions & { name: string; }): void; // (undocumented) protected _register<ArgumentT extends Json...
{ "end_byte": 19599, "start_byte": 17172, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/architect/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/build_webpack/index.api.md_0_2226
## API Report File for "@angular-devkit/build-webpack" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { BuilderContext } from '@angular-devkit/architect'; import { BuilderOutput } from '@angular-devkit/architect'; import { Observable } from 'rxjs'; impo...
{ "end_byte": 2226, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/build_webpack/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/index.api.md_0_158
## API Report File for "@angular-devkit/schematics" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts
{ "end_byte": 158, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/index.api.md_159_8552
import { BaseException } from '@angular-devkit/core'; import { JsonValue } from '@angular-devkit/core'; import { logging } from '@angular-devkit/core'; import { Observable } from 'rxjs'; import { Path } from '@angular-devkit/core'; import { PathFragment } from '@angular-devkit/core'; import { schema } from '@angular-de...
{ "end_byte": 8552, "start_byte": 159, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/index.api.md_8552_17160
]; // (undocumented) readonly subfiles: PathFragment[]; // (undocumented) visit(visitor: FileVisitor): void; } // @public (undocumented) export interface DryRunCreateEvent { // (undocumented) content: Buffer; // (undocumented) kind: 'create'; // (undocumented) path: string; } /...
{ "end_byte": 17160, "start_byte": 8552, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/index.api.md_17160_25635
// @public (undocumented) export class HostTree implements Tree_2 { constructor(_backend?: virtualFs.ReadonlyHost<{}>); // (undocumented) get actions(): Action[]; // (undocumented) apply(action: Action, strategy?: MergeStrategy): void; // (undocumented) protected _backend: virtualFs.Readonly...
{ "end_byte": 25635, "start_byte": 17160, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/index.api.md_25636_34096
constructor(); } // @public (undocumented) export class SchematicImpl<CollectionT extends object, SchematicT extends object> implements Schematic<CollectionT, SchematicT> { constructor(_description: SchematicDescription<CollectionT, SchematicT>, _factory: RuleFactory<{}>, _collection: Collection<CollectionT, S...
{ "end_byte": 34096, "start_byte": 25636, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/tasks/index.api.md_0_2259
## API Report File for "@angular-devkit/schematics_tasks" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts // @public (undocumented) export class NodePackageInstallTask implements TaskConfigurationGenerator<NodePackageTaskOptions> { constructor(workingDirect...
{ "end_byte": 2259, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/tasks/index.api.md" }