tools/build.ts (6 lines): - line 10: // TODO infer these from the package.json - line 127: // TODO fix on windows - line 216: // TODO don't hardcode esm2015 here, perhaps we should scan all the entry directories - line 218: // TODO fix in Windows - line 273: // TODO infer the entryPoint from the package.json - line 276: // TODO chop out the working directory and filename src/schematics/deploy/actions.ts (5 lines): - line 23: maxConcurrency: 'default', // TODO tune concurrency for cloud run + angular - line 148: } // TODO should we throw? - line 151: // TODO should we throw? - line 355: // TODO validate serviceId, firebaseProject, and vpcConnector both to limit errors and opp for injection - line 364: // TODO deploy cloud run src/compat/remote-config/remote-config.ts (5 lines): - line 39: // TODO look into the types here, I don't like the anys - line 50: // TODO export as implements Partial<...> so minor doesn't break us - line 214: // TODO use scheduler task rather than settimeout - line 262: // TODO cleanup - line 288: // TODO this is getting a little long, cleanup src/schematics/ng-add.jasmine.ts (4 lines): - line 590: /* TODO do something other than throw - line 637: /* TODO do something else - line 697: // TODO mock addTask - line 714: // TODO mock addTask src/schematics/utils.ts (3 lines): - line 154: // TODO rewrite using typescript - line 271: // TODO add the service worker - line 282: // TODO performance monitor service src/schematics/setup/index.ts (3 lines): - line 83: // TODO dry up by always doing the static work - line 118: // TODO is there a public API for this? - line 144: // TODO read existing settings from angular.json, if available src/schematics/setup/ssr.ts (2 lines): - line 20: // TODO check the hash style in the angular.json - line 114: // TODO clean this up a bit src/compat/auth/auth.ts (2 lines): - line 175: // TODO handle the type corcersion better - line 189: // TODO fix the types, the trouble is UserCredential has everything optional src/schematics/update/v7/index.ts (2 lines): - line 33: // TODO test if it's a SSR project in the JSON - line 51: // TODO investigate if this is correct in Windows src/schematics/common.ts (2 lines): - line 91: // TODO offer to fix - line 96: // TODO offer to fix src/zones.ts (2 lines): - line 171: // TODO create a microtask to track callback functions - line 204: // TODO how do we handle storage uploads in Zone? and other stuff with cancel() etc? src/compat/proxy.ts (2 lines): - line 52: // TODO move to proper type guards - line 64: // TODO handle callbacks as transparently as I can src/analytics/user-tracking.service.ts (1 line): - line 31: // TODO add credential tracking back in src/schematics/setup/prompts.ts (1 line): - line 135: choices: [newChoice].concat(choices as any), // TODO types src/core.ts (1 line): - line 61: // TODO is there a better way to get at the internal types? src/compat/analytics/user-tracking.service.ts (1 line): - line 15: // TODO a user properties injector src/compat/storage/observable/fromTask.ts (1 line): - line 27: // TODO investigate, again this is stale, we never fire a canceled or error it seems src/compat/analytics/analytics.ts (1 line): - line 26: const GTAG_FUNCTION_NAME = 'gtag'; // TODO rename these src/schematics/deploy/actions.jasmine.ts (1 line): - line 292: /* TODO figure out how to stub the prompt src/analytics/screen-tracking.service.ts (1 line): - line 101: // TODO when might there be mutple children, different outlets? explore site/src/styles/prism.css (1 line): - line 95: /*TODO:(davideast) We have to set the max-width of the codeblock because src/compat/firestore/collection/collection.ts (1 line): - line 151: // TODO is there a better way to solve this type issue