Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
VaskoMa
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 13, 2016
Merge pull request #8056 from weswigham/remove-custom-no-null-rule
Show description for 5b0b09c
DanielRosenwasser
committed
5b0b09c
Copy full SHA for 5b0b09c
Remove custom no-null rule, use tslint builtin no null rule
weswigham
committed
37a0e8f
Copy full SHA for 37a0e8f
Commits on Apr 12, 2016
Merge pull request #8033 from bowdenk7/jakeChange
Show description for 109e0e2
RyanCavanaugh
committed
109e0e2
Copy full SHA for 109e0e2
Merge pull request #8019 from Microsoft/typeRefsDts
Show description for 873574f
vladima
committed
873574f
Copy full SHA for 873574f
Reorder host in jakefile so TYPESCRIPT_HOST is checked before localhost
Bowden Kelly
committed
e33203a
Copy full SHA for e33203a
addressed PR feedback: added more tests
vladima
committed
7d30e7a
Copy full SHA for 7d30e7a
include type reference directives in .d.ts. files
vladima
committed
376c493
Copy full SHA for 376c493
Commits on Apr 11, 2016
Merge pull request #8014 from Microsoft/strictBlockScopeFunction
Show description for dd49c28
sheetalkamat
committed
dd49c28
Copy full SHA for dd49c28
Merge pull request #8018 from Microsoft/privateImplicitBindingAny
Show description for 146e994
sheetalkamat
committed
146e994
Copy full SHA for 146e994
Helper rename as per PR feedback
sheetalkamat
committed
96f4dd5
Copy full SHA for 96f4dd5
Do not report error on implicityly any binding element if it is from parameter destructuring of private method
Show description for b248833
sheetalkamat
committed
b248833
Copy full SHA for b248833
Test case for failing scenario of wrongly reporting error of parameter of private method when no implicit any is speicified
sheetalkamat
committed
9d35468
Copy full SHA for 9d35468
Merge branch 'mihailik-patch-2'
mhegazy
committed
11285b1
Copy full SHA for 11285b1
Merge branch 'patch-2' of https://github.com/mihailik/TypeScript into mihailik-patch-2
mhegazy
committed
83e7f6d
Copy full SHA for 83e7f6d
Merge pull request #8016 from Microsoft/namedImportCompletion
Show description for a3d35ff
sheetalkamat
committed
a3d35ff
Copy full SHA for a3d35ff
Fix existing tests baseline with modified error message
sheetalkamat
committed
163615b
Copy full SHA for 163615b
Test cases for functions with same name present in the outerscope
sheetalkamat
committed
4b0cb64
Copy full SHA for 4b0cb64
PR feedback
Show description for 2dffa5a
sheetalkamat
committed
2dffa5a
Copy full SHA for 2dffa5a
Completion list of named imports shouldnt contain default export member
Show description for c2e12ef
sheetalkamat
committed
c2e12ef
Copy full SHA for c2e12ef
Accepting existing baselines
sheetalkamat
committed
85173a0
Copy full SHA for 85173a0
Adding test cases for errors resulting because class/modules are strict
sheetalkamat
committed
141dbb8
Copy full SHA for 141dbb8
Fix new error in compilerRunner about function declaration in block scope
sheetalkamat
committed
2db59d6
Copy full SHA for 2db59d6
Report error for block scope function declaration in ES5
sheetalkamat
committed
593dc2b
Copy full SHA for 593dc2b
Bind the function declarations in block scope in strict mode
sheetalkamat
committed
6988a0a
Copy full SHA for 6988a0a
Add test cases for function declarations in block scope
sheetalkamat
committed
f2c8e5c
Copy full SHA for f2c8e5c
Update LKG
mhegazy
committed
b0584b5
Copy full SHA for b0584b5
Merge pull request #7999 from Microsoft/fixHostOptionality
Show description for d280b1b
vladima
committed
d280b1b
Copy full SHA for d280b1b
fix issue with optionality of CompilerHost
vladima
committed
1a85c5f
Copy full SHA for 1a85c5f
Commits on Apr 10, 2016
Prefer ChakraHost when available to node and WScript
mihailik
committed
aa2708f
Copy full SHA for aa2708f
Commits on Apr 8, 2016
Merge pull request #7775 from Microsoft/libraryDirectives-2
Show description for ac6224d
vladima
committed
ac6224d
Copy full SHA for ac6224d
merge with origin/master
vladima
committed
e5e7d47
Copy full SHA for e5e7d47
Merge pull request #7969 from Microsoft/bindingPatternImplicitAny
Show description for 8e4541e
sheetalkamat
committed
8e4541e
Copy full SHA for 8e4541e
Merge pull request #7952 from Microsoft/objectAssignPoly
Show description for a7bf690
DanielRosenwasser
committed
a7bf690
Copy full SHA for a7bf690
Accepted baselines.
DanielRosenwasser
committed
73dbe41
Copy full SHA for 73dbe41
Changed emit to use 'Object.prototype.hasOwnProperty'.
DanielRosenwasser
committed
fb6f4ae
Copy full SHA for fb6f4ae
Pagination
Previous
Next
You can’t perform that action at this time.