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 }}
rakp72a
/
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 Jul 24, 2014
Make sure we delete projects tests baselines on errors in jake
danquirk
committed
64ab02e
Copy full SHA for 64ab02e
Add error handler to better debug issues when jake launches external processes like mocha
danquirk
committed
71336fc
Copy full SHA for 71336fc
Merge pull request #223 from Microsoft/linuxTestFixes
Show description for 439ee1e
danquirk
committed
439ee1e
Copy full SHA for 439ee1e
More cleanup
danquirk
committed
5d85421
Copy full SHA for 5d85421
Cleanup
danquirk
committed
ef2ffc6
Copy full SHA for ef2ffc6
Commits on Jul 23, 2014
Merge pull request #199 from Microsoft/reservedWordsInTypeQueries
Show description for e742694
ahejlsberg
committed
e742694
Copy full SHA for e742694
Merge pull request #176 from Microsoft/errorOnWithStatement
Show description for bc26d48
JsonFreeman
committed
bc26d48
Copy full SHA for bc26d48
Merge branch 'master' into errorOnWithStatement
JsonFreeman
committed
29284cb
Copy full SHA for 29284cb
Merge branch 'master' into errorOnWithStatement
JsonFreeman
committed
ed3d740
Copy full SHA for ed3d740
do not propagate property name as name for function expression
vladima
committed
d10f2e7
Copy full SHA for d10f2e7
Addressing CR feedback.
Show description for 1c594d0
ahejlsberg
committed
1c594d0
Copy full SHA for 1c594d0
Be less clever, just use \r\n for newlines by default, tests can opt into different newlines, fix one more file casing test
danquirk
committed
3ad77c6
Copy full SHA for 3ad77c6
Make a test that explicitly sets newline type
danquirk
committed
329be5f
Copy full SHA for 329be5f
Trying to fix newlines in sourcemap baselines for *nix
danquirk
committed
ec9d25f
Copy full SHA for ec9d25f
Renames of existing baselines with casing to match the test files
danquirk
committed
33f946b
Copy full SHA for 33f946b
Delete some baselines so we can rename them with different casing for Linux
danquirk
committed
d34f7fa
Copy full SHA for d34f7fa
Removed parentheses around arrow function parameters.
Show description for 0e10fc7
DanielRosenwasser
committed
0e10fc7
Copy full SHA for 0e10fc7
Commits on Jul 22, 2014
Allow reserved words in type queries.
Show description for 0550b93
ahejlsberg
committed
0550b93
Copy full SHA for 0550b93
Merge pull request #147 from Microsoft/noReturnExpression
Show description for c8fc26a
DanielRosenwasser
committed
c8fc26a
Copy full SHA for c8fc26a
Type check the expression of the 'with' statement
JsonFreeman
committed
f79cba2
Copy full SHA for f79cba2
Initial work to enable Travis-CI support
danquirk
committed
6386553
Copy full SHA for 6386553
Merge pull request #196 from Microsoft/indexSignatureTypeInference
Show description for 33a643f
ahejlsberg
committed
33a643f
Copy full SHA for 33a643f
Aligning index signature type inference with assignability rules.
Show description for c5db161
ahejlsberg
committed
c5db161
Copy full SHA for c5db161
Merge pull request #175 from Microsoft/contextualSignatureInstantiation
Show description for 13d64ad
ahejlsberg
committed
13d64ad
Copy full SHA for 13d64ad
Addressing CR feedback.
Show description for d85df9e
ahejlsberg
committed
d85df9e
Copy full SHA for d85df9e
Merge pull request #180 from DickvdBrink/no-global-modules
Show description for 99813d0
danquirk
committed
99813d0
Copy full SHA for 99813d0
Fixed misleading comment
Show description for f37cf16
DanielRosenwasser
committed
f37cf16
Copy full SHA for f37cf16
Add node_modules\.bin to path.
Show description for 69d7a10
DickvdBrink
committed
69d7a10
Copy full SHA for 69d7a10
Give a semantic error on with statements
JsonFreeman
committed
8cbe88b
Copy full SHA for 8cbe88b
Commits on Jul 21, 2014
Merge pull request #173 from Microsoft/singleDefaultClause
Show description for 9bb17a6
DanielRosenwasser
committed
9bb17a6
Copy full SHA for 9bb17a6
Changed error message for annotated functions lacking return statements.
DanielRosenwasser
committed
0f4e887
Copy full SHA for 0f4e887
Changed check on annotated functions/getters to only look for return statements.
DanielRosenwasser
committed
1728f7c
Copy full SHA for 1728f7c
Minor renaming.
DanielRosenwasser
committed
69018e6
Copy full SHA for 69018e6
Removed TODO relating to the task I just fixed.
DanielRosenwasser
committed
b7343c2
Copy full SHA for b7343c2
Complain when a non-void/any function lacks a return expresson.
Show description for d33127a
DanielRosenwasser
committed
d33127a
Copy full SHA for d33127a
Pagination
Previous
Next
You can’t perform that action at this time.