Skip to content

Commit

Permalink
refactor(ngcc): remove unused dependencies (#45833)
Browse files Browse the repository at this point in the history
Remove some unused dependencies from `ngcc` source code.

PR Close #45833
  • Loading branch information
gkalpak authored and AndrewKushnir committed May 6, 2022
1 parent 323ef1e commit 06bfcb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {replaceTsWithNgInErrors} from '../../../src/ngtsc/diagnostics';
import {FileSystem} from '../../../src/ngtsc/file_system';
import {Logger} from '../../../src/ngtsc/logging';
import {ParsedConfiguration} from '../../../src/perform_compile';
import {EntryPointPackageJson, getEntryPointFormat} from '../packages/entry_point';
import {getEntryPointFormat} from '../packages/entry_point';
import {makeEntryPointBundle} from '../packages/entry_point_bundle';
import {createModuleResolutionCache, SharedFileCache} from '../packages/source_file_cache';
import {Transformer} from '../packages/transformer';
Expand Down
2 changes: 0 additions & 2 deletions packages/compiler-cli/ngcc/src/packages/source_file_cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import ts from 'typescript';

import {AbsoluteFsPath, ReadonlyFileSystem} from '../../../src/ngtsc/file_system';

import {adjustElementAccessExports} from './adjust_cjs_umd_exports';

/**
* A cache that holds on to source files that can be shared for processing all entry-points in a
* single invocation of ngcc. In particular, the following files are shared across all entry-points
Expand Down

0 comments on commit 06bfcb2

Please sign in to comment.