Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make processDiagnosticMessages generate a module #9

Closed

Conversation

jakebailey
Copy link
Owner

@jakebailey jakebailey commented May 31, 2022

Please do not comment on this PR. Depending on how this set of PRs evolves, this PR's contents may change entirely based on the order of commits.

This PR is a part of a stack:

  1. Make a few changes to allow all code to be loaded as one project
  2. Explicitly reference ts namespace in tsserverlibrary
  3. Generated module conversion step - unindent
  4. Generated module conversion step - explicitify
  5. Generated module conversion step - stripNamespaces
  6. Generated module conversion step - inlineImports
  7. Generated module conversion step - .git-ignore-blame-revs
  8. Add gitlens settings suggestion
  9. Make processDiagnosticMessages generate a module (this PR)
  10. Fix up linting, make lint clean
  11. Undo changes needed to load codebase into ts-morph
  12. Add JSDoc eslint rule
  13. Fix all internal JSDoc comments
  14. Convert require calls to imports
  15. Remove typescriptServices, protocol.d.ts, typescript_standalone.d.ts
  16. Get codebase building pre bundling
  17. Add build via esbuild
  18. Add dts bundling
  19. Consolidate checks that test if the current environment is Node
  20. Add ts to globalThis in run.js for convenience during debugging
  21. Rename Gulpfile to Herebyfile for improved git diff
  22. Change build system to hereby
  23. Update baselines for corrected line endings in lib files
  24. Use jsonc-parser instead of LKG compiler in build
  25. Modernize localize script, use new XML library
  26. Don't use needsUpdate for quick tasks
  27. Remove mkdirp
  28. Export ts namespace from tsserver for hacky-post patching
  29. Directly import namespaces for improved esbuild output
  30. Ensure ts object passed to plugins contains deprecatedCompat declarations
  31. Move compiler-debug into Debug namespace, which allows the compiler to be tree shaken
  32. Remove Promise redeclaration
  33. Remove globalThisShim and globalThis modification for TypeScriptServicesFactory
  34. Disable slow CodeQL queries
  35. Remove outFiles from launch.json
  36. Remove dynamicImport and setDynamicImport

@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from c85eaba to 981ed00 Compare June 1, 2022 00:11
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 862b53a to b303800 Compare June 1, 2022 00:11
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 981ed00 to 95ec94d Compare June 10, 2022 03:32
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch 2 times, most recently from adcd7f5 to 6b054e4 Compare July 26, 2022 23:06
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from b303800 to a9b1b81 Compare July 26, 2022 23:06
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 6b054e4 to 2df2f69 Compare August 24, 2022 23:46
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from a9b1b81 to 71fa78f Compare August 24, 2022 23:46
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 2df2f69 to 7f6377b Compare August 25, 2022 19:10
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 71fa78f to 20b01ae Compare August 25, 2022 19:10
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 7f6377b to 3b3f987 Compare August 25, 2022 22:55
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 20b01ae to 342279b Compare August 25, 2022 22:55
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 3b3f987 to a8a6494 Compare August 26, 2022 20:09
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 342279b to 447b364 Compare August 26, 2022 20:09
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from a8a6494 to a83784a Compare August 29, 2022 23:17
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 447b364 to 4be74e4 Compare August 29, 2022 23:17
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from a83784a to 3773c3d Compare August 31, 2022 21:28
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 4be74e4 to 0bdfaab Compare August 31, 2022 21:28
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 3773c3d to d5c7b08 Compare September 3, 2022 04:21
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 0bdfaab to ed1fa01 Compare September 3, 2022 04:21
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from d5c7b08 to 02d83cd Compare September 3, 2022 04:43
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from ed1fa01 to 719036a Compare September 3, 2022 04:43
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 02d83cd to 7519997 Compare September 7, 2022 22:31
@jakebailey jakebailey changed the title Add TODOs in Gulpfile Make processDiagnosticMessages generate a module Sep 7, 2022
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 719036a to 626c88b Compare September 7, 2022 22:31
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 7519997 to 2e49d60 Compare September 13, 2022 16:51
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 626c88b to 44fab70 Compare September 13, 2022 16:51
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 2e49d60 to 0ada369 Compare September 13, 2022 20:27
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 44fab70 to 53c4f2c Compare September 13, 2022 20:27
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 0ada369 to da8cc97 Compare September 13, 2022 21:02
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 10b0dcd to c3615b8 Compare October 25, 2022 02:23
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 45bb1c4 to 65a5c16 Compare October 25, 2022 02:23
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from c3615b8 to 0c8b87f Compare October 27, 2022 04:20
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 65a5c16 to 47b47af Compare October 27, 2022 04:20
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 0c8b87f to 000cb6a Compare October 27, 2022 17:38
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 47b47af to eed82a9 Compare October 27, 2022 17:38
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 000cb6a to 72d3b72 Compare October 28, 2022 02:20
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from eed82a9 to 7333bc0 Compare October 28, 2022 02:20
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 72d3b72 to 500ea65 Compare October 31, 2022 21:31
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 7333bc0 to c4c7d43 Compare October 31, 2022 21:31
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 500ea65 to f9f3283 Compare November 2, 2022 00:41
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from c4c7d43 to 21462ed Compare November 2, 2022 00:41
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from f9f3283 to 8228c04 Compare November 2, 2022 16:53
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 21462ed to 83439fd Compare November 2, 2022 16:53
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 8228c04 to 852cf4b Compare November 2, 2022 19:43
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 83439fd to 1f31fcc Compare November 2, 2022 19:43
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 852cf4b to 8671acf Compare November 6, 2022 21:52
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 1f31fcc to 53cfcc5 Compare November 6, 2022 21:52
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 8671acf to 058699a Compare November 6, 2022 21:57
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 53cfcc5 to 70509fe Compare November 6, 2022 21:57
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 058699a to e47b50d Compare November 7, 2022 03:53
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 70509fe to 2123f0e Compare November 7, 2022 03:53
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from e47b50d to 7823493 Compare November 7, 2022 19:27
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 2123f0e to 0b309d6 Compare November 7, 2022 19:27
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 7823493 to aeff496 Compare November 7, 2022 21:37
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 0b309d6 to d9374d7 Compare November 7, 2022 21:37
@jakebailey jakebailey deleted the branch transform-stack-commit-8 November 7, 2022 23:54
@jakebailey jakebailey closed this Nov 7, 2022
@jakebailey jakebailey deleted the transform-stack-commit-9 branch November 7, 2022 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant