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 }}
linuxcodefire
/
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
shims.ts
on
codeCoverage
User selector
All users
Datepicker
All time
Commit history
Commits on May 12, 2015
add optional 'getProjectVersion' method to perform fast up-to-date checks
vladima
committed
af34238
View commit details
Copy full SHA for af34238
View code at this point
Browse repository at this point
Commits on May 8, 2015
Don't wrap an array of errors in an additional array.
CyrusNajmabadi
committed
4c809ed
View commit details
Copy full SHA for 4c809ed
View code at this point
Browse repository at this point
Commits on May 5, 2015
ProjectService passing incorrect object to parseConfigFile()
Show description for 884ca4e
bryanforbes
committed
884ca4e
View commit details
Copy full SHA for 884ca4e
View code at this point
Browse repository at this point
Commits on May 4, 2015
Merge branch 'master' into getTypeDefinitionAtPosition
Show description for 7fc6142
mhegazy
committed
7fc6142
View commit details
Copy full SHA for 7fc6142
View code at this point
Browse repository at this point
Commits on May 1, 2015
Remove erronious change to shims.ts in previous commit
mhegazy
committed
70c2d58
View commit details
Copy full SHA for 70c2d58
View code at this point
Browse repository at this point
Respond to code review comments
mhegazy
committed
1de5ea8
View commit details
Copy full SHA for 1de5ea8
View code at this point
Browse repository at this point
Update names.
CyrusNajmabadi
committed
7769b4c
View commit details
Copy full SHA for 7769b4c
View code at this point
Browse repository at this point
Commits on Apr 30, 2015
Log when the lexical classifier fails. not the perf of each line.
CyrusNajmabadi
committed
248f9b7
View commit details
Copy full SHA for 248f9b7
View code at this point
Browse repository at this point
Add a common, dense, format for classification operations to lower cost of processing on the host side.
Show description for 5ad7a59
CyrusNajmabadi
committed
5ad7a59
View commit details
Copy full SHA for 5ad7a59
View code at this point
Browse repository at this point
Merge branch 'master' into getClassifications2
CyrusNajmabadi
committed
d1607cf
View commit details
Copy full SHA for d1607cf
View code at this point
Browse repository at this point
Add implementation for getTypeDefinitionAtPosition
mhegazy
committed
e9f76d0
View commit details
Copy full SHA for e9f76d0
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
Faster getClassifications
CyrusNajmabadi
committed
25c52bb
View commit details
Copy full SHA for 25c52bb
View code at this point
Browse repository at this point
correct the slashes for a new line.
Paul van Brenk
committed
b647760
View commit details
Copy full SHA for b647760
View code at this point
Browse repository at this point
More refactoring
Paul van Brenk
committed
8955d7b
View commit details
Copy full SHA for 8955d7b
View code at this point
Browse repository at this point
Minor clean up to make it more readable.
Paul van Brenk
committed
f8424d0
View commit details
Copy full SHA for f8424d0
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Improve error message when encountering an invalid tsconfig.json file.
Paul van Brenk
committed
5c44a0f
View commit details
Copy full SHA for 5c44a0f
View code at this point
Browse repository at this point
Add error handling.
Paul van Brenk
committed
b1472d9
View commit details
Copy full SHA for b1472d9
View code at this point
Browse repository at this point
Commits on Apr 21, 2015
expose the config file processing throught the LS and
Show description for 80ae52b
Paul van Brenk
committed
80ae52b
View commit details
Copy full SHA for 80ae52b
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Merge branch 'master' into APIReviewCleanup
Show description for 431dce7
mhegazy
committed
431dce7
View commit details
Copy full SHA for 431dce7
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
Allow the host to indicate which files it would like highlighting spans for.
CyrusNajmabadi
committed
575ce27
View commit details
Copy full SHA for 575ce27
View code at this point
Browse repository at this point
Extract code for getting syntactic document highlights into its own function.
CyrusNajmabadi
committed
6dee32a
View commit details
Copy full SHA for 6dee32a
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Merge branch 'findReferences' into javascriptLanguageservice
CyrusNajmabadi
committed
c2c44b3
View commit details
Copy full SHA for c2c44b3
View code at this point
Browse repository at this point
Merge branch 'master' into javascriptLanguageservice
Show description for 40f0de8
CyrusNajmabadi
committed
40f0de8
View commit details
Copy full SHA for 40f0de8
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Add a new findReferences API that buckets results with the definition they matched against.
CyrusNajmabadi
committed
cbeeb51
View commit details
Copy full SHA for cbeeb51
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
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
Add tests for javascript semantic dianostics.
CyrusNajmabadi
committed
e650e8a
View commit details
Copy full SHA for e650e8a
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
Commits on Feb 24, 2015
Wrap getDefaultLibFileName API changes in a try/catch until TypeScript 1.5 has shipped.
jramsay
committed
a16a955
View commit details
Copy full SHA for a16a955
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Add support for limiting the number of NavigateTo results that you get back.
CyrusNajmabadi
committed
2b64e50
View commit details
Copy full SHA for 2b64e50
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Merge pull request #1990 from Microsoft/isDefaultLibFile
Show description for 9788acf
jramsay
committed
9788acf
View commit details
Copy full SHA for 9788acf
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
switch to using host.getDefaultLibFileName(options)
jramsay
committed
a51ce92
View commit details
Copy full SHA for a51ce92
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
classifyKeywordsInGenerics -> syntacticClassifierAbsent
DanielRosenwasser
committed
3fea0ae
View commit details
Copy full SHA for 3fea0ae
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Merge branch 'master' into LSAPICleanup
Show description for 55aa240
mhegazy
committed
55aa240
View commit details
Copy full SHA for 55aa240
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.