Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
java08800
/
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
src
harness
on
master
User selector
All users
All time
Commit history
Commits on Apr 23, 2019
Remove "generate types" code (#31075)
RyanCavanaugh
authored
885d4d6
View commit details
Copy full SHA for 885d4d6
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
No need to fix hash of lib files since the content is now fixed
sheetalkamat
committed
acbedad
View commit details
Copy full SHA for acbedad
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Updated annoying 'globalTypes' list.
DanielRosenwasser
committed
71af02f
View commit details
Copy full SHA for 71af02f
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
VS IntelliCode-related changes (#30731)
Show description for 78b0956
uniqueiniquity
authored
78b0956
View commit details
Copy full SHA for 78b0956
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Forbid accessing block-scoped variables on globalThis (#30510)
Show description for 32054f1
sandersn
authored
32054f1
View commit details
Copy full SHA for 32054f1
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
implements not a keyword in js
sheetalkamat
committed
34a7b7b
View commit details
Copy full SHA for 34a7b7b
View code at this point
Browse repository at this point
Duh!! Static is allowed in JS.
sheetalkamat
committed
ad740f2
View commit details
Copy full SHA for ad740f2
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
Filter ts only keywords from js file completion
Show description for f829f95
sheetalkamat
committed
f829f95
View commit details
Copy full SHA for f829f95
View code at this point
Browse repository at this point
Display actual and expected diagnostic messages when they dont match
sheetalkamat
committed
b67f6ec
View commit details
Copy full SHA for b67f6ec
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
Handle recursive symlinks when matching file names
Show description for b6d520a
sheetalkamat
committed
b6d520a
View commit details
Copy full SHA for b6d520a
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
Build project if existing project was built with different compiler version
sheetalkamat
committed
68e28da
View commit details
Copy full SHA for 68e28da
View code at this point
Browse repository at this point
Add compiler version to buildInfo
sheetalkamat
committed
409d6c9
View commit details
Copy full SHA for 409d6c9
View code at this point
Browse repository at this point
To test platform independent buildInfo baselines, move the logic to writeFile of SolutionBuilderHost
sheetalkamat
committed
d4cfa41
View commit details
Copy full SHA for d4cfa41
View code at this point
Browse repository at this point
Merge branch 'master' into incrementalBuildInfo
sheetalkamat
committed
990b199
View commit details
Copy full SHA for 990b199
View code at this point
Browse repository at this point
Remove unused (and sometimes broken) targets and scripts (#30054)
Show description for a887c6b
weswigham
authored
a887c6b
View commit details
Copy full SHA for a887c6b
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Merge branch 'master' into incrementalBuildInfo
sheetalkamat
committed
ed35741
View commit details
Copy full SHA for ed35741
View code at this point
Browse repository at this point
Add globalThis (#29332)
Show description for be2db9d
sandersn
authored
be2db9d
View commit details
Copy full SHA for be2db9d
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
Update the programBuildInfo to be platform and change independent so we can baseline it safely
sheetalkamat
committed
bc4186c
View commit details
Copy full SHA for bc4186c
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
Merge branch 'master' into incrementalBuildInfo
sheetalkamat
committed
b958f1c
View commit details
Copy full SHA for b958f1c
View code at this point
Browse repository at this point
Commits on Feb 11, 2019
Add setInterval/setTimeout
RyanCavanaugh
committed
02a5ef6
View commit details
Copy full SHA for 02a5ef6
View code at this point
Browse repository at this point
Enable no-eval rule
RyanCavanaugh
committed
1f10e74
View commit details
Copy full SHA for 1f10e74
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Add mechanism to dump and read program to build info
sheetalkamat
committed
e3f8c34
View commit details
Copy full SHA for e3f8c34
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Merge branch 'master' into prependWithBundleInfo
sheetalkamat
committed
315a4dd
View commit details
Copy full SHA for 315a4dd
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
Handle get from readFileCache correctly.
Show description for 604af5c
sheetalkamat
committed
604af5c
View commit details
Copy full SHA for 604af5c
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Generate readable source map baselines for -b --out scenario
sheetalkamat
committed
607891b
View commit details
Copy full SHA for 607891b
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
Handle find all references for symbol merged with UMD module and global var
Show description for f0227ec
sheetalkamat
committed
f0227ec
View commit details
Copy full SHA for f0227ec
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
Merge pull request #29161 from Microsoft/incrementalBuild
Show description for 9bd2365
sheetalkamat
authored
9bd2365
View commit details
Copy full SHA for 9bd2365
View code at this point
Browse repository at this point
Commits on Jan 16, 2019
Add opt-in user preference for prefix and suffix text on renames (#29314)
Show description for 5fc8f1d
uniqueiniquity
authored
5fc8f1d
View commit details
Copy full SHA for 5fc8f1d
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
Merge pull request #29385 from uniqueiniquity/renameImportPref
Show description for c5948bf
uniqueiniquity
authored
c5948bf
View commit details
Copy full SHA for c5948bf
View code at this point
Browse repository at this point
Respond to CR
Benjamin Lichtman
committed
2c50ed3
View commit details
Copy full SHA for 2c50ed3
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
Fix comment
Benjamin Lichtman
committed
c88016d
View commit details
Copy full SHA for c88016d
View code at this point
Browse repository at this point
Add user preference to opt-in to renaming import paths
Benjamin Lichtman
committed
d029fae
View commit details
Copy full SHA for d029fae
View code at this point
Browse repository at this point
Merge branch 'master' into incrementalBuild
sheetalkamat
committed
c1edbb8
View commit details
Copy full SHA for c1edbb8
View code at this point
Browse repository at this point
Fix unneeded cast lints (#29383)
weswigham
authored
fadd95f
View commit details
Copy full SHA for fadd95f
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
Update the timestamps of outputs that dont need to be written because of incremental build
Show description for 7b290fd
sheetalkamat
committed
7b290fd
View commit details
Copy full SHA for 7b290fd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.