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 }}
cloud4bpm
/
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
Branch selector
tscJsFiles
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 15, 2015
Merge branch 'master' into tscJsFiles
sheetalkamat
committed
acf7de7
View commit details
Copy full SHA for acf7de7
Browse repository at this point
Test cases for let declaration and its use order
sheetalkamat
committed
1ae1464
View commit details
Copy full SHA for 1ae1464
Browse repository at this point
Use ts.indexOf instead of Array.indexOf method
sheetalkamat
committed
5aa7086
View commit details
Copy full SHA for 5aa7086
Browse repository at this point
Merge pull request #5262 from zhengbli/Fix5127CR
Show description for d703e09
Zhengbo Li
committed
d703e09
View commit details
Copy full SHA for d703e09
Browse repository at this point
Address CR from 5127
zhengbli
committed
b7c93c0
View commit details
Copy full SHA for b7c93c0
Browse repository at this point
Merge pull request #5127 from zhengbli/newAddDirectoryWatcher
Show description for 8864b06
Zhengbo Li
committed
8864b06
View commit details
Copy full SHA for 8864b06
Browse repository at this point
Merge pull request #5261 from zhengbli/i5015
Show description for 2bf39a6
Zhengbo Li
committed
2bf39a6
View commit details
Copy full SHA for 2bf39a6
Browse repository at this point
Commits on Oct 14, 2015
Fix lint errors
zhengbli
committed
fcfc25e
View commit details
Copy full SHA for fcfc25e
Browse repository at this point
Re-read file content upon closing
zhengbli
committed
f91bee0
View commit details
Copy full SHA for f91bee0
Browse repository at this point
Fix rwcRunner
zhengbli
committed
c754999
View commit details
Copy full SHA for c754999
Browse repository at this point
Address build errors
zhengbli
committed
6013968
View commit details
Copy full SHA for 6013968
Browse repository at this point
Add timer for batch processing directory changes
zhengbli
committed
62664fd
View commit details
Copy full SHA for 62664fd
Browse repository at this point
Fix issues with removing roots
zhengbli
committed
def268c
View commit details
Copy full SHA for def268c
Browse repository at this point
CR feedback
zhengbli
committed
002f0c0
View commit details
Copy full SHA for 002f0c0
Browse repository at this point
Merge pull request #5235 from Microsoft/fixDecoratorDiagostics
Show description for 21e30e0
mhegazy
committed
21e30e0
View commit details
Copy full SHA for 21e30e0
Browse repository at this point
Fix the duplicate function implementation error that depended on order of files
sheetalkamat
committed
8176354
View commit details
Copy full SHA for 8176354
Browse repository at this point
Merge pull request #5033 from Microsoft/dirkb/fix_5032
Show description for 5234bf6
mhegazy
committed
5234bf6
View commit details
Copy full SHA for 5234bf6
Browse repository at this point
Commits on Oct 13, 2015
Merge pull request #5233 from Microsoft/relaxedUseBeforeDef
Show description for 1244477
vladima
committed
1244477
View commit details
Copy full SHA for 1244477
Browse repository at this point
Merge pull request #5231 from Microsoft/removeExperimentalAsyncFunctions
Show description for 99d448a
mhegazy
committed
99d448a
View commit details
Copy full SHA for 99d448a
Browse repository at this point
Merge pull request #5184 from RyanCavanaugh/fix5096
Show description for b2d666c
RyanCavanaugh
committed
b2d666c
View commit details
Copy full SHA for b2d666c
Browse repository at this point
revert enum related changes
vladima
committed
0465f1b
View commit details
Copy full SHA for 0465f1b
Browse repository at this point
Use `memberListCount`
RyanCavanaugh
committed
6bbfe56
View commit details
Copy full SHA for 6bbfe56
Browse repository at this point
use isBlockScopedNameDeclaredBeforeUse for block scoped variables and enums
vladima
committed
48b2434
View commit details
Copy full SHA for 48b2434
Browse repository at this point
Fixes #5104.
rbuckton
committed
0fa89ad
View commit details
Copy full SHA for 0fa89ad
Browse repository at this point
addressed PR feedback
vladima
committed
eb3b91c
View commit details
Copy full SHA for eb3b91c
Browse repository at this point
Commits on Oct 12, 2015
Merge pull request #5067 from Microsoft/travis-node-4
Show description for c4a15d9
weswigham
committed
c4a15d9
View commit details
Copy full SHA for c4a15d9
Browse repository at this point
Merge pull request #4914 from Microsoft/exponentiation
Show description for 77eaf04
yuit
committed
77eaf04
View commit details
Copy full SHA for 77eaf04
Browse repository at this point
Add testcase - generating declaration file results in more errors in ts file
sheetalkamat
committed
11b270f
View commit details
Copy full SHA for 11b270f
Browse repository at this point
allow forward references to block scoped variables from functions
vladima
committed
f952873
View commit details
Copy full SHA for f952873
Browse repository at this point
Merge pull request #4911 from Microsoft/liftDtsOnlyRestriction
Show description for c8ba166
vladima
committed
c8ba166
View commit details
Copy full SHA for c8ba166
Browse repository at this point
Added scenario when duplicate function implementation is reported
sheetalkamat
committed
9f96f47
View commit details
Copy full SHA for 9f96f47
Browse repository at this point
Adding test case for scenario in which error reported depends on order of files
sheetalkamat
committed
d4d6e48
View commit details
Copy full SHA for d4d6e48
Browse repository at this point
Address PR feedback
Yui T
committed
9025879
View commit details
Copy full SHA for 9025879
Browse repository at this point
Emit enabled for JS files
sheetalkamat
committed
b38a81b
View commit details
Copy full SHA for b38a81b
Browse repository at this point
Remove --experimentalAsyncFunctions from tests
mhegazy
committed
e9bed76
View commit details
Copy full SHA for e9bed76
Browse repository at this point
Previous
Next
You can’t perform that action at this time.