FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scripts - fdln/TypeScript · GitHub
fdln
/
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 Mar 23, 2023
Upgrade "boolean-trivia" lint to new "argument-trivia" lint that uses type info, has quick fixes, etc. (#53002)
jakebailey
authored
ac55b29
View commit details
Copy full SHA for ac55b29
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
Move smoke test package script into scripts (#53245)
jakebailey
authored
9ccf47f
View commit details
Copy full SHA for 9ccf47f
View code at this point
Browse repository at this point
Add custom GHA report for package size (#53241)
jakebailey
authored
edc343d
View commit details
Copy full SHA for edc343d
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
Remove lib folder (LKG) and use node_modules for building (#52226)
jakebailey
authored
3f4d16a
View commit details
Copy full SHA for 3f4d16a
View code at this point
Browse repository at this point
Remove old test262 and dt runner infra (#53125)
jakebailey
authored
a6be79d
View commit details
Copy full SHA for a6be79d
View code at this point
Browse repository at this point
Fix script compile (#53136)
jakebailey
authored
74e61d3
View commit details
Copy full SHA for 74e61d3
View code at this point
Browse repository at this point
Attach commit as `package.json#gitHead` in prerelease versions (#47932)
Andarist
authored
9f8a160
View commit details
Copy full SHA for 9f8a160
View code at this point
Browse repository at this point
Commits on Feb 27, 2023
Run lint in parallel with runtests-parallel (#52945)
Show description for c97ddac
jakebailey
and
DanielRosenwasser
authored
c97ddac
View commit details
Copy full SHA for c97ddac
View code at this point
Browse repository at this point
Remove unused eslint-disable directives (#52987)
jakebailey
authored
6fe711f
View commit details
Copy full SHA for 6fe711f
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL