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
signatureHelp.ts
on
codeCoverage
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 14, 2015
Merge branch 'master' into jsSigHelp
Show description for 8e757c0
CyrusNajmabadi
committed
8e757c0
View commit details
Copy full SHA for 8e757c0
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
use @internal comment consistenlly
mhegazy
committed
13ef271
View commit details
Copy full SHA for 13ef271
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Mark non-public API surface with the /* @internal */ comment
mhegazy
committed
1c91c2c
View commit details
Copy full SHA for 1c91c2c
View code at this point
Browse repository at this point
Commits on Apr 6, 2015
Get sighelp for arbitrary functions working in .js files.
CyrusNajmabadi
committed
78a7914
View commit details
Copy full SHA for 78a7914
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Rename variables to be consistent.
CyrusNajmabadi
committed
766d34d
View commit details
Copy full SHA for 766d34d
View code at this point
Browse repository at this point
Don't cache the typechecker at the LS level. Just get it when needed from the program.
CyrusNajmabadi
committed
1178e84
View commit details
Copy full SHA for 1178e84
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Use 'let' in the services code.
CyrusNajmabadi
committed
35040b9
View commit details
Copy full SHA for 35040b9
View code at this point
Browse repository at this point
use for-of in more places.
CyrusNajmabadi
committed
224de1d
View commit details
Copy full SHA for 224de1d
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Add explanatory comments.
CyrusNajmabadi
committed
05c2a3e
View commit details
Copy full SHA for 05c2a3e
View code at this point
Browse repository at this point
Compute consistent argument indices and counts for signature help.
CyrusNajmabadi
committed
d9d90b2
View commit details
Copy full SHA for d9d90b2
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
fix check to allow for empty argument list
Paul van Brenk
committed
80f9cf2
View commit details
Copy full SHA for 80f9cf2
View code at this point
Browse repository at this point
Merge branch 'master' into signatureHelp
Paul van Brenk
committed
8083bbf
View commit details
Copy full SHA for 8083bbf
View code at this point
Browse repository at this point
Add diagnostics for signaturehelp crash
Paul van Brenk
committed
e9cb12a
View commit details
Copy full SHA for e9cb12a
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Use CRLF not LF.
CyrusNajmabadi
committed
c8399fc
View commit details
Copy full SHA for c8399fc
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Merge pull request #1271 from Microsoft/taggedSigHelpAtEnd
Show description for 3e8babe
DanielRosenwasser
committed
3e8babe
View commit details
Copy full SHA for 3e8babe
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
Move TextSpan into the compiler layer.
CyrusNajmabadi
committed
c2d4cd5
View commit details
Copy full SHA for c2d4cd5
View code at this point
Browse repository at this point
Initial entrypoint in SourceFile for the LS to call to peform incremental parsing.
Show description for 5bd49fe
CyrusNajmabadi
committed
5bd49fe
View commit details
Copy full SHA for 5bd49fe
View code at this point
Browse repository at this point
Commits on Dec 4, 2014
Merge pull request #1362 from Microsoft/contextSensitiveExpressions
Show description for e3320c2
sheetalkamat
committed
e3320c2
View commit details
Copy full SHA for e3320c2
View code at this point
Browse repository at this point
Some renaming and added comments as per feedback
sheetalkamat
committed
c3c44dc
View commit details
Copy full SHA for c3c44dc
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Fix the getSymbolInfo and getTypeOfNode entry points to resolve the context sensitive information before resolving the actual node
sheetalkamat
committed
1939c7f
View commit details
Copy full SHA for 1939c7f
View code at this point
Browse repository at this point
Remove the 'FunctionBlock' ast kind.
Show description for ed81cad
CyrusNajmabadi
committed
ed81cad
View commit details
Copy full SHA for ed81cad
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
Put semantically relevant tokens in the tree.
CyrusNajmabadi
committed
db89584
View commit details
Copy full SHA for db89584
View code at this point
Browse repository at this point
Merge branch 'master' into lessDirectCallsToError
Show description for f8f3148
CyrusNajmabadi
committed
f8f3148
View commit details
Copy full SHA for f8f3148
View code at this point
Browse repository at this point
Remove 'missing' syntax kind.
CyrusNajmabadi
committed
d730e5c
View commit details
Copy full SHA for d730e5c
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Merge branch 'unterminator' into taggedSigHelpAtEnd
Show description for 3cd0e9f
DanielRosenwasser
committed
3cd0e9f
View commit details
Copy full SHA for 3cd0e9f
View code at this point
Browse repository at this point
Keep track of unterminated literal expressions.
DanielRosenwasser
committed
0e122b5
View commit details
Copy full SHA for 0e122b5
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
Fixed bug where tagged templates with a literal adjacent to EOF showed sig help.
DanielRosenwasser
committed
5fd0701
View commit details
Copy full SHA for 5fd0701
View code at this point
Browse repository at this point
Merge branch 'master' into taggedSigHelp
Show description for ad39bdf
DanielRosenwasser
committed
ad39bdf
View commit details
Copy full SHA for ad39bdf
View code at this point
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
1bbb034
View commit details
Copy full SHA for 1bbb034
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
Addressed some CR feedback.
DanielRosenwasser
committed
0404e84
View commit details
Copy full SHA for 0404e84
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
getCallLikeInvoker -> getInvokedExpression
DanielRosenwasser
committed
db69ec1
View commit details
Copy full SHA for db69ec1
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Refactoring language service to use short-hand
Yui T
committed
1d78406
View commit details
Copy full SHA for 1d78406
View code at this point
Browse repository at this point
Fixed template head offsetting.
DanielRosenwasser
committed
69f7d39
View commit details
Copy full SHA for 69f7d39
View code at this point
Browse repository at this point
Merge branch 'master' into taggedSigHelp
Show description for fb91a51
DanielRosenwasser
committed
fb91a51
View commit details
Copy full SHA for fb91a51
View code at this point
Browse repository at this point
eliminate usage of TypeScript module from services layer
vladima
committed
ced8785
View commit details
Copy full SHA for ced8785
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.