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

Undo changes needed to load codebase into ts-morph #11

Closed

Conversation

jakebailey
Copy link
Owner

@jakebailey jakebailey commented Sep 3, 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
  10. Fix up linting, make lint clean
  11. Undo changes needed to load codebase into ts-morph (this PR)
  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-10 branch from ec3de2a to ce5df67 Compare September 3, 2022 04:43
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from cd1a0b4 to 14a4530 Compare September 3, 2022 04:43
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from ce5df67 to d40d483 Compare September 7, 2022 22:31
@jakebailey jakebailey changed the title Get entrypoints working Add TODOs in Gulpfile Sep 7, 2022
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 14a4530 to c8c2f6e Compare September 7, 2022 22:31
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from d40d483 to b576e05 Compare September 13, 2022 16:51
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from c8c2f6e to a3f6679 Compare September 13, 2022 16:51
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from b576e05 to 529ac2b Compare September 13, 2022 20:27
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from a3f6679 to e1cf7e2 Compare September 13, 2022 20:27
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 529ac2b to 3460bfe Compare September 13, 2022 21:02
@jakebailey jakebailey changed the title Add TODOs in Gulpfile Remove typescriptServices project Sep 13, 2022
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from e1cf7e2 to 1710f42 Compare September 13, 2022 21:02
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 3460bfe to 7f20686 Compare September 13, 2022 21:47
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 1710f42 to 4c9d190 Compare September 13, 2022 21:47
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 7f20686 to 6854688 Compare September 13, 2022 21:58
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 4c9d190 to 47cd884 Compare September 13, 2022 21:58
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 6854688 to ab9ce58 Compare September 13, 2022 23:22
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 47cd884 to 48837fd Compare September 13, 2022 23:22
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from ab9ce58 to 838d019 Compare September 14, 2022 17:25
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 48837fd to 34b5a83 Compare September 14, 2022 17:25
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 838d019 to b7618fd Compare September 16, 2022 04:35
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 34b5a83 to 572883e Compare September 16, 2022 04:35
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from b7618fd to fc1e204 Compare September 16, 2022 04:37
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 572883e to 89e8b12 Compare September 16, 2022 04:37
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from fc1e204 to ec6d502 Compare September 16, 2022 05:43
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 89e8b12 to ca17f3f Compare September 16, 2022 05:43
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from ec6d502 to b83d2c7 Compare September 19, 2022 20:11
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from ca17f3f to a91f9b4 Compare September 19, 2022 20:11
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from b83d2c7 to 8987a2b Compare September 19, 2022 20:37
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from a91f9b4 to 1b1c620 Compare September 19, 2022 20:37
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from d7b3bd8 to 957ef92 Compare October 25, 2022 02:23
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 6bcb893 to 9a3bafc Compare October 25, 2022 02:23
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 957ef92 to 0e834c3 Compare October 27, 2022 04:20
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 9a3bafc to 4d200c1 Compare October 27, 2022 04:21
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 0e834c3 to 569de72 Compare October 27, 2022 17:38
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 4d200c1 to df1cda5 Compare October 27, 2022 17:39
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 569de72 to d404cae Compare October 28, 2022 02:21
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from df1cda5 to 7c0486f Compare October 28, 2022 02:21
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from d404cae to 4b3fd48 Compare October 31, 2022 21:31
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 7c0486f to f1a12d2 Compare October 31, 2022 21:32
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 4b3fd48 to 3de666e Compare November 2, 2022 00:42
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from f1a12d2 to 9cbb403 Compare November 2, 2022 00:42
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 3de666e to 3c6209e Compare November 2, 2022 16:53
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 9cbb403 to fd1d9d5 Compare November 2, 2022 16:54
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 3c6209e to 203a53e Compare November 2, 2022 19:44
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from fd1d9d5 to fde6c03 Compare November 2, 2022 19:44
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 203a53e to ea6fd46 Compare November 6, 2022 21:52
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from fde6c03 to b71dbbe Compare November 6, 2022 21:52
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from ea6fd46 to c16b625 Compare November 6, 2022 21:58
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from b71dbbe to c927b0b Compare November 6, 2022 21:58
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from c16b625 to 5d834f1 Compare November 7, 2022 03:53
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from c927b0b to b6458c5 Compare November 7, 2022 03:53
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from 5d834f1 to e9d7536 Compare November 7, 2022 19:27
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from b6458c5 to 4584e55 Compare November 7, 2022 19:27
@jakebailey jakebailey force-pushed the transform-stack-commit-10 branch from e9d7536 to 9ff5d03 Compare November 7, 2022 21:37
@jakebailey jakebailey force-pushed the transform-stack-commit-11 branch from 4584e55 to b1fc250 Compare November 7, 2022 21:37
@jakebailey jakebailey deleted the branch transform-stack-commit-10 November 7, 2022 23:54
@jakebailey jakebailey closed this Nov 7, 2022
@jakebailey jakebailey deleted the transform-stack-commit-11 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