FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scripts - jflatow/TypeScript · GitHub
jflatow
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
scripts
on
main
User selector
Datepicker
Commit history
Commits on Feb 2, 2023
Use eslint-plugin-simple-import-sort (#52090)
jakebailey
authored
2a8436c
View commit details
Copy full SHA for 2a8436c
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Fix error in herebyfile after comparison strictness change (#52376)
jakebailey
authored
3d38971
View commit details
Copy full SHA for 3d38971
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Remove doc folder (old archived spec and assets), word2md script (#51791)
jakebailey
authored
91822db
View commit details
Copy full SHA for 91822db
View code at this point
Browse repository at this point
Commits on Dec 7, 2022
Remove emitDeclarationOnly hack now that build mode supports it as a flag (#51795)
jakebailey
authored
4ac75fa
View commit details
Copy full SHA for 4ac75fa
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Remove some files from the repo root (#51446)
jakebailey
authored
703652c
View commit details
Copy full SHA for 703652c
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Reformat imports to be one identifier per line (#51565)
jakebailey
authored
2d2a434
View commit details
Copy full SHA for 2d2a434
View code at this point
Browse repository at this point
Consistently respect --no-typecheck flag in build (#51575)
jakebailey
authored
8eed2ca
View commit details
Copy full SHA for 8eed2ca
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Simplistic watch mode for runtests (#51461)
Show description for e67b06e
rbuckton
authored
e67b06e
View commit details
Copy full SHA for e67b06e
View code at this point
Browse repository at this point
Fix JSDoc eslint rule for properties and methods (#51462)
jakebailey
authored
0993c01
View commit details
Copy full SHA for 0993c01
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Add --no-typecheck option for runtests/runtests-parallel/min/local (#51460)
jakebailey
authored
d237468
View commit details
Copy full SHA for d237468
View code at this point
Browse repository at this point
Replace eslint-plugin-jsdoc by extending local jsdoc-format rule, saving ~20% of our linting time (#51438)
jakebailey
authored
b4715d3
View commit details
Copy full SHA for b4715d3
View code at this point
Browse repository at this point
Remove leftover todo from mjs/cjs transition (#51453)
jakebailey
authored
6a3b499
View commit details
Copy full SHA for 6a3b499
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
Remove mkdirp
Show description for acfe7ac
jakebailey
committed
acfe7ac
View commit details
Copy full SHA for acfe7ac
View code at this point
Browse repository at this point
Don't use needsUpdate for quick tasks
Show description for bbc906d
jakebailey
committed
bbc906d
View commit details
Copy full SHA for bbc906d
View code at this point
Browse repository at this point
Modernize localize script, use new XML library
Show description for aec2761
jakebailey
committed
aec2761
View commit details
Copy full SHA for aec2761
View code at this point
Browse repository at this point
Use jsonc-parser instead of LKG compiler in build
Show description for 394c4ae
jakebailey
committed
394c4ae
View commit details
Copy full SHA for 394c4ae
View code at this point
Browse repository at this point
Change build system to hereby
Show description for 3cd72e7
jakebailey
committed
3cd72e7
View commit details
Copy full SHA for 3cd72e7
View code at this point
Browse repository at this point
Add dts bundling
Show description for c651422
jakebailey
committed
c651422
View commit details
Copy full SHA for c651422
View code at this point
Browse repository at this point
Add build via esbuild
Show description for 4139807
jakebailey
committed
4139807
View commit details
Copy full SHA for 4139807
View code at this point
Browse repository at this point
Remove typescriptServices, protocol.d.ts, typescript_standalone.d.ts
Show description for 6dfa429
jakebailey
committed
6dfa429
View commit details
Copy full SHA for 6dfa429
View code at this point
Browse repository at this point
Fix all internal JSDoc comments
Show description for d12116d
jakebailey
committed
d12116d
View commit details
Copy full SHA for d12116d
View code at this point
Browse repository at this point
Add JSDoc eslint rule
Show description for 231fa27
jakebailey
committed
231fa27
View commit details
Copy full SHA for 231fa27
View code at this point
Browse repository at this point
Fix up linting, make lint clean
Show description for 39e27fb
jakebailey
committed
39e27fb
View commit details
Copy full SHA for 39e27fb
View code at this point
Browse repository at this point
Make processDiagnosticMessages generate a module
jakebailey
committed
180554c
View commit details
Copy full SHA for 180554c
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Update CodeQL workflow and configuration, fix found bugs (#51263)
jakebailey
authored
754eeb2
View commit details
Copy full SHA for 754eeb2
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Remove VSDevMode.ps1 and createPlaygroundBuild (#51166)
jakebailey
authored
a24201c
View commit details
Copy full SHA for a24201c
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation (#50988)
jakebailey
authored
ad56b5c
View commit details
Copy full SHA for ad56b5c
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Remove configureLanguageServiceBuild, instrumenter (#51048)
jakebailey
authored
4953316
View commit details
Copy full SHA for 4953316
View code at this point
Browse repository at this point
Commits on Sep 23, 2022
Remove 'async' dependency, used only in errorCheck.ts, modernize file (#50667)
jakebailey
authored
f16ca7d
View commit details
Copy full SHA for f16ca7d
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
Add rules from eslint's recommended set that triggered good lints (#50422)
jakebailey
authored
16156b1
View commit details
Copy full SHA for 16156b1
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
Don't run linter after tests runs (#50597)
jakebailey
authored
68d526c
View commit details
Copy full SHA for 68d526c
View code at this point
Browse repository at this point
Support for auto-accessor fields from the Stage 3 Decorators proposal (#49705)
Show description for a4cabe7
rbuckton
authored
a4cabe7
View commit details
Copy full SHA for a4cabe7
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
Simplify CI detection (#50661)
jakebailey
authored
3c3820b
View commit details
Copy full SHA for 3c3820b
View code at this point
Browse repository at this point
Fix eslint not looking at certain scripts, fix lints (#50660)
jakebailey
authored
9ac1fce
View commit details
Copy full SHA for 9ac1fce
View code at this point
Browse repository at this point
Remove unused cancellation from build (#50658)
jakebailey
authored
5c2f770
View commit details
Copy full SHA for 5c2f770
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL