packages/angular_devkit/schematics/src/formats/path.ts (3 lines): - line 18: // TODO: check if path is valid (is that just checking if it's normalized?) - line 19: // TODO: check path is from root of schematics even if passed absolute - line 20: // TODO: error out if path is outside of host packages/angular_devkit/core/src/experimental/jobs/simple-scheduler_spec.ts (2 lines): - line 101: // TODO: enable this when https://github.com/bazelbuild/rules_typescript/commit/37807e2c4 - line 122: // TODO: enable this when https://github.com/bazelbuild/rules_typescript/commit/37807e2c4 packages/angular/cli/commands/update-impl.ts (2 lines): - line 124: // TODO: Allow passing a schematic instance directly - line 407: // TODO: If multiple, this should find all versions and ask which one to use packages/schematics/angular/utility/change.ts (2 lines): - line 91: // TODO: throw error if toRemove doesn't match removed string. - line 127: // TODO: throw error if oldText doesn't match removed string. packages/angular_devkit/core/src/workspace/json/reader.ts (2 lines): - line 62: // TODO: Diagnostic reporting support - line 66: // TODO: Diagnostic reporting support packages/angular/cli/utilities/package-metadata.ts (2 lines): - line 235: // TODO: Fully normalize and sanitize - line 344: // TODO: find some way to test this packages/angular/cli/utilities/package-manager.ts (1 line): - line 55: // TODO: This should eventually inform the user of ambiguous package manager usage. packages/angular_devkit/build_angular/src/utils/strip-bom.ts (1 line): - line 9: // TODO: cleanup this file, it's copied as is from Angular CLI. packages/angular_devkit/build_angular/src/utils/run-module-as-observable-fork.ts (1 line): - line 37: // TODO: support passing in a logger to use as stdio streams packages/angular_devkit/build_angular/src/builders/extract-i18n/ivy-extract-loader.ts (1 line): - line 26: // TODO: We should investigate in the future on making this deterministic and more cacheable. packages/angular/cli/models/version.ts (1 line): - line 25: // TODO: Convert this to use build-time version stamping after flipping the build script to use bazel packages/angular/cli/models/command-runner.ts (1 line): - line 76: // TODO: This should honor the `no-interactive` option. packages/angular_devkit/core/src/workspace/json/writer.ts (1 line): - line 220: const depth = pathSegments.length - 1; // TODO: more complete analysis packages/angular_devkit/benchmark/src/interfaces.ts (1 line): - line 57: // TODO: might need to allow reporters to say they are finished. packages/angular_devkit/schematics/src/tree/recorder_spec.ts (1 line): - line 39: // TODO: Remove once UpdateBufferBase.create defaults to UpdateBuffer2 packages/angular_devkit/schematics/src/workflow/base.ts (1 line): - line 42: * TODO: add default set of CoreSchemaRegistry transforms. Once the job refactor is done, use that packages/angular_devkit/architect/testing/testing-architect-host.ts (1 line): - line 58: // TODO: remove this check as v1 is not supported anymore. packages/angular_devkit/schematics/src/tree/host-tree.ts (1 line): - line 265: // TODO: This should technically check the content (e.g., hash on delete) packages/angular_devkit/core/src/workspace/core.ts (1 line): - line 67: // TODO: Warn if multiple found (requires diagnostics support) scripts/validate-build-files.ts (1 line): - line 35: // TODO: enable this to break packages/angular/cli/src/commands/update/schematic/index.ts (1 line): - line 545: // TODO: figure out a way to read package-lock.json and/or yarn.lock. packages/angular_devkit/build_angular/src/utils/load-translations.ts (1 line): - line 50: // TODO: `parser.canParse()` is deprecated; remove this polyfill once we are sure all parsers provide the `parser.analyze()` method. packages/angular_devkit/build_angular/src/utils/normalize-file-replacements.ts (1 line): - line 65: // TODO: For 7.x should this only happen if not absolute? packages/angular_devkit/build_angular/src/builders/protractor/index.ts (1 line): - line 40: // TODO: Protractor manages process.exit itself, so this target will allways quit the packages/angular_devkit/core/src/workspace/json/utilities.ts (1 line): - line 212: // TODO: Check if is JSON value packages/angular_devkit/core/src/experimental/jobs/dispatcher.ts (1 line): - line 76: // TODO: Remove return-only generic from createDispatcher() API. packages/angular/cli/src/commands/update/schematic/index_spec.ts (1 line): - line 314: // TODO: when we start using a local npm registry for test packages, add a package that includes packages/angular_devkit/schematics/tools/workflow/node-workflow_spec.ts (1 line): - line 15: // TODO: this test seems to either not work on windows or on linux. tools/quicktype_runner.js (1 line): - line 24: * TODO: move this file to typescript when Bazel supports ES2015 output. packages/schematics/angular/service-worker/index.ts (1 line): - line 84: // TODO: dynamically find environments relative path tools/defaults.bzl (1 line): - line 91: # TODO: Clean this up in the future if we have combined devmode and prodmode output. packages/angular_devkit/core/node/host_spec.ts (1 line): - line 19: // TODO: replace this with an "it()" macro that's reusable globally. packages/angular_devkit/schematics/src/utility/environment-options.ts (1 line): - line 18: // TODO: Switch this for the next major release to use UpdateBuffer2 by default.