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 }}
HackPoint
/
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
compiler
program.ts
on
declarations-moduleOut
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 4, 2015
Add support for --declarationOut
mhegazy
committed
e95aece
View commit details
Copy full SHA for e95aece
View code at this point
Browse repository at this point
Commits on Aug 3, 2015
Allow --out to work --module for both declaration and js.
Show description for 55650d3
mhegazy
committed
55650d3
View commit details
Copy full SHA for 55650d3
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
use CharAt instead of indexing into the string to support ES3 engines
mhegazy
committed
1049024
View commit details
Copy full SHA for 1049024
View code at this point
Browse repository at this point
Merge branch 'declarations' into declarations-moduleOut
Show description for 77be652
mhegazy
committed
77be652
View commit details
Copy full SHA for 77be652
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Merge pull request #3982 from Microsoft/sourceMapsInTranspile
Show description for e1fa3c5
vladima
committed
e1fa3c5
View commit details
Copy full SHA for e1fa3c5
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
add transpileModule function that can return emitted source map
vladima
committed
500cada
View commit details
Copy full SHA for 500cada
View code at this point
Browse repository at this point
Commits on Jul 17, 2015
Emit --out & --module declarations to a single file
mhegazy
committed
d88e38f
View commit details
Copy full SHA for d88e38f
View code at this point
Browse repository at this point
Commits on Jul 16, 2015
Remove unused interfaces, and simplify the writer logic
mhegazy
committed
0758e15
View commit details
Copy full SHA for 0758e15
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
Bump version number.
DanielRosenwasser
committed
b8b4c0f
View commit details
Copy full SHA for b8b4c0f
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
Fix file endings.
DanielRosenwasser
committed
8a8a412
View commit details
Copy full SHA for 8a8a412
View code at this point
Browse repository at this point
Commits on Jul 9, 2015
Turn off a few rules and more cleanup post merge
danquirk
committed
5dfa610
View commit details
Copy full SHA for 5dfa610
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Merge master
danquirk
committed
be1371d
View commit details
Copy full SHA for be1371d
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
Adding comments.
CyrusNajmabadi
committed
3a26cd2
View commit details
Copy full SHA for 3a26cd2
View code at this point
Browse repository at this point
Merge branch 'master' into cancellableDiagnostics
Show description for 1dfcc3e
CyrusNajmabadi
committed
1dfcc3e
View commit details
Copy full SHA for 1dfcc3e
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Merge branch 'master' into asyncFunctions
rbuckton
committed
4b4a96b
View commit details
Copy full SHA for 4b4a96b
View code at this point
Browse repository at this point
Commits on Jun 26, 2015
var -> let
danquirk
committed
d4403df
View commit details
Copy full SHA for d4403df
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
Fixing up whitespace and semicolons
danquirk
committed
ed1ff3d
View commit details
Copy full SHA for ed1ff3d
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
Remove unused variables
DickvdBrink
committed
2a48318
View commit details
Copy full SHA for 2a48318
View code at this point
Browse repository at this point
Commits on Jun 20, 2015
Moved async functions for ES6 behind experimental flag
rbuckton
committed
76c0d32
View commit details
Copy full SHA for 76c0d32
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
PR feedback.
CyrusNajmabadi
committed
c9c0f3a
View commit details
Copy full SHA for c9c0f3a
View code at this point
Browse repository at this point
Merge branch 'master' into cancellableDiagnostics
Show description for e015b17
CyrusNajmabadi
committed
e015b17
View commit details
Copy full SHA for e015b17
View code at this point
Browse repository at this point
PR feedback.
CyrusNajmabadi
committed
c4f65f8
View commit details
Copy full SHA for c4f65f8
View code at this point
Browse repository at this point
Make type-checking cancellable.
CyrusNajmabadi
committed
1a96a14
View commit details
Copy full SHA for 1a96a14
View code at this point
Browse repository at this point
Make it so all our diagnostics APIs return an independent set of diagnostics.
Show description for ef7d113
CyrusNajmabadi
committed
ef7d113
View commit details
Copy full SHA for ef7d113
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
Fix line endings in program.ts
mrcolbyrussell
committed
5f1fe37
View commit details
Copy full SHA for 5f1fe37
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Merge branch 'testPerf2' into testPerf
Show description for 1f4812f
DanielRosenwasser
committed
1f4812f
View commit details
Copy full SHA for 1f4812f
View code at this point
Browse repository at this point
Merge branch 'master' into testPerf2
Show description for e1c1da5
DanielRosenwasser
committed
e1c1da5
View commit details
Copy full SHA for e1c1da5
View code at this point
Browse repository at this point
Merge pull request #3484 from Microsoft/noExtension_noExtraErrors
Show description for 97afc1d
vladima
committed
97afc1d
View commit details
Copy full SHA for 97afc1d
View code at this point
Browse repository at this point
PR feedback.
CyrusNajmabadi
committed
5b7ca78
View commit details
Copy full SHA for 5b7ca78
View code at this point
Browse repository at this point
Merge branch 'master' into classificationPerf2
CyrusNajmabadi
committed
c27b3d3
View commit details
Copy full SHA for c27b3d3
View code at this point
Browse repository at this point
use namespaces instead of modules in the codebase
mhegazy
committed
224e763
View commit details
Copy full SHA for 224e763
View code at this point
Browse repository at this point
Commits on Jun 11, 2015
do not report extra error if file was already found without extension
vladima
committed
970dc49
View commit details
Copy full SHA for 970dc49
View code at this point
Browse repository at this point
Don't bother trying to semantically classify names that could never be typenames.
CyrusNajmabadi
committed
9560895
View commit details
Copy full SHA for 9560895
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Merge branch 'master' into testPerf
Show description for 50c4290
DanielRosenwasser
committed
50c4290
View commit details
Copy full SHA for 50c4290
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
wrap host.getCanonicalFileName in arrow function
vladima
committed
6658e0f
View commit details
Copy full SHA for 6658e0f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.