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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
111k
Code
Issues
5k+
Pull requests
79
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Strict object literal assignment checking
- #3823
#3823
Merged
Anders Hejlsberg (ahejlsberg)
merged 23 commits into
master
microsoft/TypeScript:master
from
strictObjectLiterals
microsoft/TypeScript:strictObjectLiterals
Copy head branch name to clipboard
Jul 21, 2015
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Strict object literal assignment checking
#3823
Anders Hejlsberg (ahejlsberg)
merged 23 commits into
master
microsoft/TypeScript:master
from
strictObjectLiterals
microsoft/TypeScript:strictObjectLiterals
Copy head branch name to clipboard
Commits
Commits on Jul 9, 2015
Object literals can only have properties that exist in contextual type
Anders Hejlsberg (ahejlsberg)
committed
cd0d3ba
View commit details
Copy full SHA for cd0d3ba
Browse repository at this point
Commits on Jul 11, 2015
Switch to assignability check and fix compiler bugs found by check
Anders Hejlsberg (ahejlsberg)
committed
11aecee
View commit details
Copy full SHA for 11aecee
Browse repository at this point
Accepting new baselines
Anders Hejlsberg (ahejlsberg)
committed
3fe7591
View commit details
Copy full SHA for 3fe7591
Browse repository at this point
Support union and intersection types in checks
Anders Hejlsberg (ahejlsberg)
committed
f57991e
View commit details
Copy full SHA for f57991e
Browse repository at this point
Commits on Jul 13, 2015
Addressing CR feedback
Anders Hejlsberg (ahejlsberg)
committed
aa26980
View commit details
Copy full SHA for aa26980
Browse repository at this point
Ignore freshness in subtype reduction / Treat Object as {}
Anders Hejlsberg (ahejlsberg)
committed
d78fa18
View commit details
Copy full SHA for d78fa18
Browse repository at this point
Fixing bug in test
Anders Hejlsberg (ahejlsberg)
committed
2eca3d5
View commit details
Copy full SHA for 2eca3d5
Browse repository at this point
Accepting new baselines
Anders Hejlsberg (ahejlsberg)
committed
c7b0732
View commit details
Copy full SHA for c7b0732
Browse repository at this point
Commits on Jul 15, 2015
New deduplication algorithm for union types
Anders Hejlsberg (ahejlsberg)
committed
c42b8f7
View commit details
Copy full SHA for c42b8f7
Browse repository at this point
Commits on Jul 16, 2015
Deduplication of tuple types in unions
Anders Hejlsberg (ahejlsberg)
committed
d34557a
View commit details
Copy full SHA for d34557a
Browse repository at this point
Updating fourslash tests
Anders Hejlsberg (ahejlsberg)
committed
1a4252d
View commit details
Copy full SHA for 1a4252d
Browse repository at this point
Accepting new baselines
Anders Hejlsberg (ahejlsberg)
committed
7dbb69a
View commit details
Copy full SHA for 7dbb69a
Browse repository at this point
Getting rid of subtype reduction for union types
Anders Hejlsberg (ahejlsberg)
committed
c8423d3
View commit details
Copy full SHA for c8423d3
Browse repository at this point
Fixing fourslash tests
Anders Hejlsberg (ahejlsberg)
committed
eeeb05b
View commit details
Copy full SHA for eeeb05b
Browse repository at this point
Accepting new baselines
Anders Hejlsberg (ahejlsberg)
committed
acd8c77
View commit details
Copy full SHA for acd8c77
Browse repository at this point
Commits on Jul 19, 2015
Preserve order in union types
Anders Hejlsberg (ahejlsberg)
committed
a05ebc4
View commit details
Copy full SHA for a05ebc4
Browse repository at this point
Fixing fourslash tests
Anders Hejlsberg (ahejlsberg)
committed
3cbc3db
View commit details
Copy full SHA for 3cbc3db
Browse repository at this point
Accepting new baselines
Anders Hejlsberg (ahejlsberg)
committed
592319d
View commit details
Copy full SHA for 592319d
Browse repository at this point
Merge branch 'master' into strictObjectLiterals
Show description for 2913cb0
Anders Hejlsberg (ahejlsberg)
committed
2913cb0
View commit details
Copy full SHA for 2913cb0
Browse repository at this point
Commits on Jul 20, 2015
Better error message
Anders Hejlsberg (ahejlsberg)
committed
155ee4b
View commit details
Copy full SHA for 155ee4b
Browse repository at this point
Accepting new baselines
Anders Hejlsberg (ahejlsberg)
committed
967df39
View commit details
Copy full SHA for 967df39
Browse repository at this point
Commits on Jul 21, 2015
Adding comma in error message
Anders Hejlsberg (ahejlsberg)
committed
57f1a99
View commit details
Copy full SHA for 57f1a99
Browse repository at this point
Accepting new baselines
Anders Hejlsberg (ahejlsberg)
committed
5f7bc51
View commit details
Copy full SHA for 5f7bc51
Browse repository at this point
You can’t perform that action at this time.