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 }}
johnangularjs
/
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
services
on
containerMadness
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 19, 2015
No emit should happen if there are declaration errors and noEmitOnErrors is specified.
CyrusNajmabadi
committed
85d71b2
View commit details
Copy full SHA for 85d71b2
View code at this point
Browse repository at this point
Merge pull request #2415 from Microsoft/shorthandsOnNonExistentProperty
Show description for 3e7e9f4
DanielRosenwasser
committed
3e7e9f4
View commit details
Copy full SHA for 3e7e9f4
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Merge pull request #2413 from Microsoft/constAntlyAPainForUs
Show description for d06f71e
DanielRosenwasser
committed
d06f71e
View commit details
Copy full SHA for d06f71e
View code at this point
Browse repository at this point
Fixed issue where goToDef on a shorthand property of an undefined entity would crash.
DanielRosenwasser
committed
acd0fdf
View commit details
Copy full SHA for acd0fdf
View code at this point
Browse repository at this point
Merge pull request #2396 from Microsoft/completionsInIncompleteConstructs
Show description for 355dcd1
DanielRosenwasser
committed
355dcd1
View commit details
Copy full SHA for 355dcd1
View code at this point
Browse repository at this point
Fixed the contextual check for modifiers to check the original modifier instead of the flags of the node.
DanielRosenwasser
committed
5cbf667
View commit details
Copy full SHA for 5cbf667
View code at this point
Browse repository at this point
Remove space.
DanielRosenwasser
committed
ee073e1
View commit details
Copy full SHA for ee073e1
View code at this point
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
ec42789
View commit details
Copy full SHA for ec42789
View code at this point
Browse repository at this point
Merge pull request #2402 from Microsoft/dropInternedStrings
Show description for 17f3e14
vladima
committed
17f3e14
View commit details
Copy full SHA for 17f3e14
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
drop interned indentation prefixes if format options has changed
vladima
committed
8afde73
View commit details
Copy full SHA for 8afde73
View code at this point
Browse repository at this point
We only need the 2 most significant digits.
Paul van Brenk
committed
825c301
View commit details
Copy full SHA for 825c301
View code at this point
Browse repository at this point
fix typo
Paul van Brenk
committed
bf16ab7
View commit details
Copy full SHA for bf16ab7
View code at this point
Browse repository at this point
Add toolsversion to shim so we can read it from VS.
Paul van Brenk
committed
667bc03
View commit details
Copy full SHA for 667bc03
View code at this point
Browse repository at this point
Line endings.
DanielRosenwasser
committed
3418a49
View commit details
Copy full SHA for 3418a49
View code at this point
Browse repository at this point
Merge branch 'master' into completionsInIncompleteConstructs
Show description for 735452c
DanielRosenwasser
committed
735452c
View commit details
Copy full SHA for 735452c
View code at this point
Browse repository at this point
Start handling element access expressions.
DanielRosenwasser
committed
7a716d9
View commit details
Copy full SHA for 7a716d9
View code at this point
Browse repository at this point
Start using nodeIsMissing.
DanielRosenwasser
committed
860c046
View commit details
Copy full SHA for 860c046
View code at this point
Browse repository at this point
More cases and tests for them.
DanielRosenwasser
committed
754a8a6
View commit details
Copy full SHA for 754a8a6
View code at this point
Browse repository at this point
Merge pull request #2385 from Microsoft/completeIsCompleteNode
Show description for 1227210
DanielRosenwasser
committed
1227210
View commit details
Copy full SHA for 1227210
View code at this point
Browse repository at this point
Account for typeof expressions, added test.
DanielRosenwasser
committed
ad084de
View commit details
Copy full SHA for ad084de
View code at this point
Browse repository at this point
Merge branch 'completeIsCompleteNode' into completionsInIncompleteConstructs
Show description for 0aa3a72
DanielRosenwasser
committed
0aa3a72
View commit details
Copy full SHA for 0aa3a72
View code at this point
Browse repository at this point
Fixed case for index signatures.
DanielRosenwasser
committed
857d1e0
View commit details
Copy full SHA for 857d1e0
View code at this point
Browse repository at this point
Added completion check for prefix-unary, binary, and conditional expressions.
DanielRosenwasser
committed
c89febe
View commit details
Copy full SHA for c89febe
View code at this point
Browse repository at this point
Moved logic from smart indenter; use 'scope nodes' for completions.
DanielRosenwasser
committed
c27e07a
View commit details
Copy full SHA for c27e07a
View code at this point
Browse repository at this point
Always indent on tuple type literals.
DanielRosenwasser
committed
6a6839a
View commit details
Copy full SHA for 6a6839a
View code at this point
Browse repository at this point
Moved construct signature down appropriately, fixed logic for function-like constructs.
DanielRosenwasser
committed
686a100
View commit details
Copy full SHA for 686a100
View code at this point
Browse repository at this point
Account for call signatures properly.
DanielRosenwasser
committed
905e46e
View commit details
Copy full SHA for 905e46e
View code at this point
Browse repository at this point
Indentation within binding patterns.
Show description for a7f57cb
DanielRosenwasser
committed
a7f57cb
View commit details
Copy full SHA for a7f57cb
View code at this point
Browse repository at this point
A more complete isCompletedNode.
DanielRosenwasser
committed
686d1c6
View commit details
Copy full SHA for 686d1c6
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Merge branch 'master' into exportDefaultType
Show description for 7430f3c
mhegazy
committed
7430f3c
View commit details
Copy full SHA for 7430f3c
View code at this point
Browse repository at this point
enable navbar for export defaults
Show description for ebcb86b
mhegazy
committed
ebcb86b
View commit details
Copy full SHA for ebcb86b
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Use 'let' in the services layer.
CyrusNajmabadi
committed
1ab0ef9
View commit details
Copy full SHA for 1ab0ef9
View code at this point
Browse repository at this point
Use 'let' in the services layer.
CyrusNajmabadi
committed
b199691
View commit details
Copy full SHA for b199691
View code at this point
Browse repository at this point
Use 'let' in the services layer.
CyrusNajmabadi
committed
12d0bc4
View commit details
Copy full SHA for 12d0bc4
View code at this point
Browse repository at this point
Use 'let' in the services layer.
CyrusNajmabadi
committed
bf40a68
View commit details
Copy full SHA for bf40a68
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.