Summary: 42 instances, 38 unique Text Count // TODO: This is a temporary workaround; it should be reverted when we upgrade to "@azure/identity" version 2.x 1 // TODO: The fully worked out solution for this problem is now provided by the "Executable" API 1 // TODO: Replace with last-install.flag when "rush link" and "rush unlink" are deprecated 1 // TODO: Rush does not currently handle optional dependencies of projects. This should be uncommented when 1 // TODO: When we implement Scenario 3, we should also add some diagnostic state 1 // TODO: Yarn's "publish" command line is fairly different from NPM and PNPM. The right thing to do here 1 // TODO: This is a temporary workaround. The long term plan is for API Extractor's DocCommentEnhancer 1 // TODO: There should be a way to eliminate this delay by intercepting earlier in the shutdown sequence, 1 // TODO: Technically we should also check each of the nested scopes along the way. 1 // TODO: Consider caching or optimizing this somehow 1 // TODO: Should we report a warning? 1 // TODO: Validate that the project's package.json still matches the common folder 1 // TODO: Integrate these into the AnsiEscape API in @rushstack/node-core-library 1 // TODO: Add an actual "packageManager" field in rush.json 1 // TODO: Provide a Heft facility for this 1 // TODO: This will malfunction if the same process tries to acquire two locks on the same file. 1 // TODO: We should be able to analyze projects that don't have any package.json. 1 // Future TODO: Instead of just displaying usage info, we could display a 1 // TODO: @rushstack/heft-config-file should be able to read a *.defaults.json file 1 // TODO: Eventually replace this custom logic with a call to this utility in in webpack-cli: 2 // TODO: Figure out how to represent reexported AstImport objects. Basically we need to introduce a new 1 // TODO: Investigate how package aliases are handled by PNPM in this case. For example: 1 // TODO: Sort them chronologically? Or topologically? 1 kind: 'flag' | 'integer' | 'string' | 'stringList'; // TODO: Add "choice" 1 // TODO: This is a good rule for web browser apps, but it is commonly needed API for Node.js tools. 1 * TODO: Remove when version 1.0.0 is released. 1 // TODO: Maybe heft should provide a config file for managing DiagnosticCategory mappings. 1 // TODO: Extract SubprocessRunnerBase into a public API 1 // TODO: Remove legacyDepsPath with the next major release of Rush 1 // TODO: This can introduce naming collisions. 1 // TODO: Currently the "import * as ___ from ___" syntax does not yet support doc comments 1 // TODO: Remove when "rush link" and "rush unlink" are deprecated 3 // TODO: Validate whether the package manager updated it in a nontrivial way 1 // TODO: treat prerelease version the same as non-prerelease version. 1 // TODO: If a symbolic link points to another symbolic link, then we should order the operations 1 // TODO: Why must this be a different name from the logger in StorybookPlugin.ts? 1 // TODO: This constraint is imposed only because argparse enforces "required" parameters, but 1 // TODO: the WebpackDevServer accepts a third parameter for a logger. We should make 2