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
compiler
sys.ts
on
unknownIndexSignatureRelation
User selector
All users
All time
Commit history
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 9, 2019
Merge pull request #30278 from Microsoft/fasterhash
Show description for c9fd1c3
RyanCavanaugh
authored
c9fd1c3
View commit details
Copy full SHA for c9fd1c3
View code at this point
Browse repository at this point
Rewrite fallback hash to be faster
RyanCavanaugh
committed
1565663
View commit details
Copy full SHA for 1565663
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
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
Commits on Mar 6, 2019
Ignore anything starting with ".git"
Show description for ec2ee9f
sheetalkamat
committed
ec2ee9f
View commit details
Copy full SHA for ec2ee9f
View code at this point
Browse repository at this point
In recursive directory watching ignore folders and files in node_modules starting with "."
Show description for 79a1f29
sheetalkamat
committed
79a1f29
View commit details
Copy full SHA for 79a1f29
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
Don't crash if someone created a folder while we were checking to see if it exists
RyanCavanaugh
committed
93fa734
View commit details
Copy full SHA for 93fa734
View code at this point
Browse repository at this point
Commits on Feb 23, 2019
Enable building typescript.d.ts with current source
sheetalkamat
committed
9fa2815
View commit details
Copy full SHA for 9fa2815
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
Use sha256 to hash file contents
RyanCavanaugh
committed
7983813
View commit details
Copy full SHA for 7983813
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
Use oldProgram to create the new Program.
Show description for 47f5106
sheetalkamat
committed
47f5106
View commit details
Copy full SHA for 47f5106
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
Merge pull request #27587 from Microsoft/fixUnionOfTupleIndexing
Show description for 5a126e2
ahejlsberg
authored
5a126e2
View commit details
Copy full SHA for 5a126e2
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
Updated callback signature
sheetalkamat
committed
585420e
View commit details
Copy full SHA for 585420e
View code at this point
Browse repository at this point
Commits on Oct 6, 2018
Remove unused (and incorrect) code in sys.ts
ahejlsberg
committed
1299c93
View commit details
Copy full SHA for 1299c93
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Ignore the directory watchers invoked in non polling watch mode with no relative file name information
Show description for 638cf5b
sheetalkamat
committed
638cf5b
View commit details
Copy full SHA for 638cf5b
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
Instead of watching individual script infos, watch the node modules folder for script infos in node modules
sheetalkamat
committed
e2edb69
View commit details
Copy full SHA for e2edb69
View code at this point
Browse repository at this point
Commits on Aug 14, 2018
Return the nonrecursive directory watcher correctly on platforms that dont support recrusive directory watching
Show description for 512a49b
sheetalkamat
committed
512a49b
View commit details
Copy full SHA for 512a49b
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Change getModifiedTime type
a-tarasyuk
committed
bf567b8
View commit details
Copy full SHA for bf567b8
View code at this point
Browse repository at this point
Commits on Jul 14, 2018
Fix Buffer.from uses to handle node 5.4.1 bug (#25659)
Andy
authored
e25a23b
View commit details
Copy full SHA for e25a23b
View code at this point
Browse repository at this point
Commits on Jul 5, 2018
Caches the recursive directory watchers so we do not have to traverse and recreate more children watches
Show description for 9c6c333
sheetalkamat
committed
9c6c333
View commit details
Copy full SHA for 9c6c333
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
Pipe through Chakra APIs for tsc.exe --build
RyanCavanaugh
committed
d474603
View commit details
Copy full SHA for d474603
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Collapse core/compiler/parser into parser
RyanCavanaugh
committed
066b191
View commit details
Copy full SHA for 066b191
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
Projzilla phase 1
SeaRyanC
committed
336c376
View commit details
Copy full SHA for 336c376
View code at this point
Browse repository at this point
Commits on May 24, 2018
Merge branch 'master' into tsbuild
RyanCavanaugh
committed
8936b03
View commit details
Copy full SHA for 8936b03
View code at this point
Browse repository at this point
Commits on May 22, 2018
Enable '--strictNullChecks' (#22088)
Show description for e53e56c
Andy
authored
e53e56c
View commit details
Copy full SHA for e53e56c
View code at this point
Browse repository at this point
Testing WIP
RyanCavanaugh
committed
6d04378
View commit details
Copy full SHA for 6d04378
View code at this point
Browse repository at this point
Clean, etc
RyanCavanaugh
committed
7e0825a
View commit details
Copy full SHA for 7e0825a
View code at this point
Browse repository at this point
Commits on May 14, 2018
Use SHA256 hash for project info telemetry (#24099)
Show description for 9b6378b
Andy
authored
9b6378b
View commit details
Copy full SHA for 9b6378b
View code at this point
Browse repository at this point
Commits on Apr 24, 2018
Helper for getting string comparer
sheetalkamat
committed
13d993b
View commit details
Copy full SHA for 13d993b
View code at this point
Browse repository at this point
Commits on Apr 18, 2018
Address CR feedback.
DanielRosenwasser
committed
320cb40
View commit details
Copy full SHA for 320cb40
View code at this point
Browse repository at this point
Commits on Apr 14, 2018
Automatically configure tsc output and provide a new 'diagnosticStyle' option.
DanielRosenwasser
committed
bd3e854
View commit details
Copy full SHA for bd3e854
View code at this point
Browse repository at this point
Commits on Apr 11, 2018
Remove all reference comments from compiler/
RyanCavanaugh
committed
8294259
View commit details
Copy full SHA for 8294259
View code at this point
Browse repository at this point
Commits on Mar 29, 2018
PR feedback
sheetalkamat
committed
d8bf95f
View commit details
Copy full SHA for d8bf95f
View code at this point
Browse repository at this point
Do not watch child directories of the sym link folders
Show description for f885cd9
sheetalkamat
committed
f885cd9
View commit details
Copy full SHA for f885cd9
View code at this point
Browse repository at this point
Revert "Do not watch child directories of the sym link folders"
Show description for e40f294
sheetalkamat
committed
e40f294
View commit details
Copy full SHA for e40f294
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.