Skip to content

Make processDiagnosticMessages generate a module#9

Closed
jakebailey wants to merge 1 commit intotransform-stack-commit-8from
transform-stack-commit-9
Closed

Make processDiagnosticMessages generate a module#9
jakebailey wants to merge 1 commit intotransform-stack-commit-8from
transform-stack-commit-9

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-9 branch from f794b59 to 83331cb Compare September 16, 2022 04:35
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from bc84c64 to 1a05fa8 Compare September 16, 2022 04:37
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 83331cb to 35ef852 Compare September 16, 2022 04:37
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 1a05fa8 to 4a65ab1 Compare September 16, 2022 05:43
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 35ef852 to e6ab61b Compare September 16, 2022 05:43
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 4a65ab1 to 8b25fd9 Compare September 19, 2022 20:11
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from e6ab61b to 521fbd5 Compare September 19, 2022 20:11
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 8b25fd9 to aea907f Compare September 19, 2022 20:37
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 521fbd5 to 384138c Compare September 19, 2022 20:37
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from aea907f to 6ee8704 Compare September 20, 2022 05:05
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 384138c to 833817e Compare September 20, 2022 05:05
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 6ee8704 to 3607ee9 Compare September 20, 2022 05:10
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 833817e to 600071d Compare September 20, 2022 05:10
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 3607ee9 to 7d0d0ea Compare September 20, 2022 16:59
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 600071d to 21b899d Compare September 20, 2022 17:00
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 7d0d0ea to 0529f02 Compare September 24, 2022 16:50
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 21b899d to 2d2bc32 Compare September 24, 2022 16:50
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 0529f02 to a1f49ea Compare September 26, 2022 23:09
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 2d2bc32 to b13c24e Compare September 26, 2022 23:09
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from a1f49ea to be2f8a8 Compare September 27, 2022 21:58
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from b13c24e to 14edf84 Compare September 27, 2022 21:58
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from be2f8a8 to b0a9a8a Compare September 28, 2022 00:36
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 14edf84 to c715b6f Compare September 28, 2022 00:36
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from b0a9a8a to 6595c75 Compare September 28, 2022 00:44
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from c715b6f to 338eb4b Compare September 28, 2022 00:44
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from 6595c75 to a867237 Compare September 28, 2022 05:03
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from 338eb4b to c5d4e71 Compare September 28, 2022 05:03
@jakebailey jakebailey force-pushed the transform-stack-commit-8 branch from a867237 to 596fd30 Compare September 28, 2022 07:45
@jakebailey jakebailey force-pushed the transform-stack-commit-9 branch from c5d4e71 to e2e794a Compare September 28, 2022 07:45
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