Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
df89c74
Make a few changes to allow all code to be loaded as one project
jakebailey Jul 26, 2022
7698653
Explicitly reference ts namespace in tsserverlibrary
jakebailey Jul 26, 2022
94724a8
Generated module conversion step - unindent
jakebailey Nov 7, 2022
9a0b85c
Generated module conversion step - explicitify
jakebailey Nov 7, 2022
b6c0538
Generated module conversion step - stripNamespaces
jakebailey Nov 7, 2022
07758c0
Generated module conversion step - inlineImports
jakebailey Nov 7, 2022
5f5ccc9
Generated module conversion step - .git-ignore-blame-revs
jakebailey Nov 7, 2022
d5274a9
Add gitlens settings suggestion
jakebailey Oct 14, 2022
180554c
Make processDiagnosticMessages generate a module
jakebailey May 26, 2022
39e27fb
Fix up linting, make lint clean
jakebailey Sep 7, 2022
8bd5e54
Undo changes needed to load codebase into ts-morph
jakebailey Oct 3, 2022
231fa27
Add JSDoc eslint rule
jakebailey Sep 24, 2022
d12116d
Fix all internal JSDoc comments
jakebailey Sep 7, 2022
01e5200
Convert require calls to imports
jakebailey May 27, 2022
6dfa429
Remove typescriptServices, protocol.d.ts, typescript_standalone.d.ts
jakebailey Sep 13, 2022
36e2944
Get codebase building pre bundling
jakebailey May 31, 2022
4139807
Add build via esbuild
jakebailey Sep 13, 2022
c651422
Add dts bundling
jakebailey Sep 2, 2022
dc92488
Consolidate checks that test if the current environment is Node
jakebailey Sep 26, 2022
776907c
Add ts to globalThis in run.js for convenience during debugging
jakebailey Sep 30, 2022
f45cc45
Rename Gulpfile to Herebyfile for improved git diff
jakebailey Oct 9, 2022
3cd72e7
Change build system to hereby
jakebailey Oct 9, 2022
d0db80e
Update baselines for corrected line endings in lib files
jakebailey Oct 10, 2022
394c4ae
Use jsonc-parser instead of LKG compiler in build
jakebailey Oct 9, 2022
aec2761
Modernize localize script, use new XML library
jakebailey Oct 10, 2022
bbc906d
Don't use needsUpdate for quick tasks
jakebailey Oct 10, 2022
acfe7ac
Remove mkdirp
jakebailey Oct 10, 2022
8486229
Export ts namespace from tsserver for hacky-post patching
jakebailey Oct 13, 2022
db440d8
Directly import namespaces for improved esbuild output
jakebailey Oct 18, 2022
c5a9573
Ensure ts object passed to plugins contains deprecatedCompat declarat…
jakebailey Oct 18, 2022
25a85d1
Move compiler-debug into Debug namespace, which allows the compiler t…
jakebailey Oct 15, 2022
43cf787
Remove Promise redeclaration
jakebailey Oct 19, 2022
b9e24ee
Remove globalThisShim and globalThis modification for TypeScriptServi…
jakebailey Oct 19, 2022
8edbf8d
Disable slow CodeQL queries
jakebailey Oct 22, 2022
7988e40
Remove outFiles from launch.json
jakebailey Oct 25, 2022
da6f067
Remove dynamicImport and setDynamicImport
jakebailey Nov 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename Gulpfile to Herebyfile for improved git diff
The next commit will switch the build system, but git doesn't detect
that the two config files are related.
  • Loading branch information
jakebailey committed Nov 7, 2022
commit f45cc4578e80e2ba2de57e4e69005708bcac1590
File renamed without changes.