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 }}
magic-coder
/
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
tests
on
braceCompletion
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 23, 2016
CR feedback and more JSX tests
Paul van Brenk
committed
d73af3e
View commit details
Copy full SHA for d73af3e
View code at this point
Browse repository at this point
Commits on Mar 18, 2016
Script side implementation for Brace Completion.
Show description for 714f9a8
Paul van Brenk
committed
714f9a8
View commit details
Copy full SHA for 714f9a8
View code at this point
Browse repository at this point
Commits on Mar 16, 2016
Address PR
Kanchalai Tanglertsampan
committed
9e2df04
View commit details
Copy full SHA for 9e2df04
View code at this point
Browse repository at this point
Remove --lib
Kanchalai Tanglertsampan
committed
f7a55fa
View commit details
Copy full SHA for f7a55fa
View code at this point
Browse repository at this point
Unify error message for custom-type compiler option
Kanchalai Tanglertsampan
committed
92bee6a
View commit details
Copy full SHA for 92bee6a
View code at this point
Browse repository at this point
Using ts.filter instead of just .filter
Kanchalai Tanglertsampan
committed
4d915e5
View commit details
Copy full SHA for 4d915e5
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Handle default compiler-options and typing-options
Kanchalai Tanglertsampan
committed
95b43da
View commit details
Copy full SHA for 95b43da
View code at this point
Browse repository at this point
Add unittest for testing convert compiler-options and typing-options
Kanchalai Tanglertsampan
committed
f4e920e
View commit details
Copy full SHA for f4e920e
View code at this point
Browse repository at this point
Add a new unittest for command line parsing for --lib
Kanchalai Tanglertsampan
committed
157b8e7
View commit details
Copy full SHA for 157b8e7
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
Add unittest for parsing --lib in tsconfig
Kanchalai Tanglertsampan
committed
c7df777
View commit details
Copy full SHA for c7df777
View code at this point
Browse repository at this point
find module augmentations in preprocessor
vladima
committed
2b2092b
View commit details
Copy full SHA for 2b2092b
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
don't check that return statement has expression in constructors
vladima
committed
e0a79bc
View commit details
Copy full SHA for e0a79bc
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
Fix #7397: Remove error checks for noEmit and out* compiler options combined.
anilanar
committed
cde06b6
View commit details
Copy full SHA for cde06b6
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
Merge pull request #7264 from RyanCavanaugh/umd
Show description for 7d372bf
RyanCavanaugh
committed
7d372bf
View commit details
Copy full SHA for 7d372bf
View code at this point
Browse repository at this point
Merge pull request #7464 from Microsoft/capturedLetConstInDestructuringAssignment
Show description for 489bf92
vladima
committed
489bf92
View commit details
Copy full SHA for 489bf92
View code at this point
Browse repository at this point
Add `export = class` scenario
RyanCavanaugh
committed
043b338
View commit details
Copy full SHA for 043b338
View code at this point
Browse repository at this point
correctly recognize captured loop variables in destructuring assignment
vladima
committed
7344d9c
View commit details
Copy full SHA for 7344d9c
View code at this point
Browse repository at this point
Fixed default import from export equals
Show description for 3ebf0fc
billti
committed
3ebf0fc
View commit details
Copy full SHA for 3ebf0fc
View code at this point
Browse repository at this point
Fixed es2015 imports from export=
Show description for b760fc0
billti
committed
b760fc0
View commit details
Copy full SHA for b760fc0
View code at this point
Browse repository at this point
Revert "add part of test baselines"
Show description for f06423b
vladima
committed
f06423b
View commit details
Copy full SHA for f06423b
View code at this point
Browse repository at this point
add part of test baselines
vladima
committed
502b2ba
View commit details
Copy full SHA for 502b2ba
View code at this point
Browse repository at this point
Add test for function export
RyanCavanaugh
committed
8cef251
View commit details
Copy full SHA for 8cef251
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Add tests for each variant of UMD augmentation
RyanCavanaugh
committed
14941f2
View commit details
Copy full SHA for 14941f2
View code at this point
Browse repository at this point
Merge pull request #7450 from Microsoft/noImplicitReturnsInAsync
Show description for 5d5fee2
vladima
committed
5d5fee2
View commit details
Copy full SHA for 5d5fee2
View code at this point
Browse repository at this point
Merge pull request #7448 from Microsoft/optimizeInstantiation
Show description for 614afb7
ahejlsberg
committed
614afb7
View commit details
Copy full SHA for 614afb7
View code at this point
Browse repository at this point
Adding comment to test
ahejlsberg
committed
4f441bd
View commit details
Copy full SHA for 4f441bd
View code at this point
Browse repository at this point
unwrap promised typed in async function before doing 'noImplicitReturns' check
vladima
committed
907ce8f
View commit details
Copy full SHA for 907ce8f
View code at this point
Browse repository at this point
Adding tests
ahejlsberg
committed
1d18136
View commit details
Copy full SHA for 1d18136
View code at this point
Browse repository at this point
Merge pull request #7442 from Victorystick/fix-property-shorthand-emit
Show description for ac147b1
RyanCavanaugh
committed
ac147b1
View commit details
Copy full SHA for ac147b1
View code at this point
Browse repository at this point
Use existing function to resolve export= declarations
RyanCavanaugh
committed
2875326
View commit details
Copy full SHA for 2875326
View code at this point
Browse repository at this point
Support UMD when targeted module uses `export = `
RyanCavanaugh
committed
132d75c
View commit details
Copy full SHA for 132d75c
View code at this point
Browse repository at this point
Move checks from checker to binder
RyanCavanaugh
committed
887adb0
View commit details
Copy full SHA for 887adb0
View code at this point
Browse repository at this point
UMD support
RyanCavanaugh
committed
44aa738
View commit details
Copy full SHA for 44aa738
View code at this point
Browse repository at this point
Add three tests
Oskar Segersvärd
committed
2e23010
View commit details
Copy full SHA for 2e23010
View code at this point
Browse repository at this point
Fix duplicate errors in JSDoc function types with anon parameters
Show description for 5dbf252
RyanCavanaugh
committed
5dbf252
View commit details
Copy full SHA for 5dbf252
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.