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
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 }}
magic-coder
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
on
contextually-type-implemented-properties
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 2, 2016
Fix bad merge in checker and rebaseline other tests
sandersn
committed
8f79de1
View commit details
Copy full SHA for 8f79de1
View code at this point
Browse repository at this point
Merge branch 'master' into contextually-type-implemented-properties
sandersn
committed
6e25554
View commit details
Copy full SHA for 6e25554
View code at this point
Browse repository at this point
Fix check for context-sensitive function-like
Show description for bed2c6c
sandersn
committed
bed2c6c
View commit details
Copy full SHA for bed2c6c
View code at this point
Browse repository at this point
Merge pull request #6587 from nojvek/master
Show description for 0855933
DanielRosenwasser
committed
0855933
View commit details
Copy full SHA for 0855933
View code at this point
Browse repository at this point
Merge pull request #6798 from Microsoft/dottedNamesInJsx
Show description for a17dbd5
vladima
committed
a17dbd5
View commit details
Copy full SHA for a17dbd5
View code at this point
Browse repository at this point
Merge pull request #6803 from Microsoft/noDirExistsCheckInClassic
Show description for 555f35e
vladima
committed
555f35e
View commit details
Copy full SHA for 555f35e
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
fix linter issues
vladima
committed
1f1f4d2
View commit details
Copy full SHA for 1f1f4d2
View code at this point
Browse repository at this point
don't do 'directoryExists' check in classic resolution scheme
vladima
committed
4f2cd6c
View commit details
Copy full SHA for 4f2cd6c
View code at this point
Browse repository at this point
Only error on 'export =' declarations.
DanielRosenwasser
committed
bf4b63d
View commit details
Copy full SHA for bf4b63d
View code at this point
Browse repository at this point
properly classify dotted tag names in jsx
vladima
committed
e6c6d30
View commit details
Copy full SHA for e6c6d30
View code at this point
Browse repository at this point
Merge pull request #6769 from zhengbli/updateLib20160131
Show description for 640db0d
Zhengbo Li
committed
640db0d
View commit details
Copy full SHA for 640db0d
View code at this point
Browse repository at this point
Merge pull request #6789 from Microsoft/transpileJs
Show description for 4a01708
vladima
committed
4a01708
View commit details
Copy full SHA for 4a01708
View code at this point
Browse repository at this point
suppress validation of output paths in transpile scenarios
vladima
committed
b0b0712
View commit details
Copy full SHA for b0b0712
View code at this point
Browse repository at this point
Merge pull request #6741 from RyanCavanaugh/fix6673
Show description for bb7216a
RyanCavanaugh
committed
bb7216a
View commit details
Copy full SHA for bb7216a
View code at this point
Browse repository at this point
Merge pull request #6707 from RyanCavanaugh/fix6693
Show description for 202c1e6
RyanCavanaugh
committed
202c1e6
View commit details
Copy full SHA for 202c1e6
View code at this point
Browse repository at this point
Merge pull request #6770 from Microsoft/dottedNamesInSystem
Show description for e168e94
vladima
committed
e168e94
View commit details
Copy full SHA for e168e94
View code at this point
Browse repository at this point
Merge pull request #6763 from Microsoft/classInterfaceCrossFileMerge
Show description for 726514b
vladima
committed
726514b
View commit details
Copy full SHA for 726514b
View code at this point
Browse repository at this point
Merge pull request #6773 from Microsoft/nodeFlagsCleanup
Show description for 8ad6e74
ahejlsberg
committed
8ad6e74
View commit details
Copy full SHA for 8ad6e74
View code at this point
Browse repository at this point
Adding /*@internal*/ directives
ahejlsberg
committed
dc657b8
View commit details
Copy full SHA for dc657b8
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
Remove parserContextFlags from Node type
ahejlsberg
committed
4421c52
View commit details
Copy full SHA for 4421c52
View code at this point
Browse repository at this point
properly dotted namespace names in System modules
vladima
committed
4d2cd6f
View commit details
Copy full SHA for 4d2cd6f
View code at this point
Browse repository at this point
Renaming parsing context flags to NodeFlags.xxxContext
ahejlsberg
committed
f4ee49f
View commit details
Copy full SHA for f4ee49f
View code at this point
Browse repository at this point
Merge ParserContextFlags into NodeFlags
ahejlsberg
committed
83859c0
View commit details
Copy full SHA for 83859c0
View code at this point
Browse repository at this point
Routine update of lib.d.ts 20160131
zhengbli
committed
064de38
View commit details
Copy full SHA for 064de38
View code at this point
Browse repository at this point
Removing MultiLine, Synthetic, DeclarationFile, and OctalLiteral flags
ahejlsberg
committed
f0abb86
View commit details
Copy full SHA for f0abb86
View code at this point
Browse repository at this point
properly handle merged declarations across files
vladima
committed
e5aa9cb
View commit details
Copy full SHA for e5aa9cb
View code at this point
Browse repository at this point
Merge pull request #6742 from Microsoft/augmentExportEquals
Show description for 39216e8
vladima
committed
39216e8
View commit details
Copy full SHA for 39216e8
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
ac528cc
View commit details
Copy full SHA for ac528cc
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
Fix typo in compiler reactNamespace error string
nojvek
committed
f04f93c
View commit details
Copy full SHA for f04f93c
View code at this point
Browse repository at this point
remove uncommented lines
nojvek
committed
bd86e2e
View commit details
Copy full SHA for bd86e2e
View code at this point
Browse repository at this point
Merge pull request #6684 from Microsoft/fixDecoratedClassName
Show description for fe23cc3
rbuckton
committed
fe23cc3
View commit details
Copy full SHA for fe23cc3
View code at this point
Browse repository at this point
allow augmentation for entities exported via 'export='
vladima
committed
5d22d18
View commit details
Copy full SHA for 5d22d18
View code at this point
Browse repository at this point
Fixes bug #6673
Show description for f89ebb8
RyanCavanaugh
committed
f89ebb8
View commit details
Copy full SHA for f89ebb8
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
fix access check issues when declaration is in multiple files
vladima
committed
56355d1
View commit details
Copy full SHA for 56355d1
View code at this point
Browse repository at this point
set __moduleName from context.id argument
guybedford
committed
94fe3e0
View commit details
Copy full SHA for 94fe3e0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.