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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
spiffcode
/
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
on
uncalledDecorator
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 3, 2017
Use 'getTextOfNode'.
DanielRosenwasser
committed
35cfcff
View commit details
Copy full SHA for 35cfcff
View code at this point
Browse repository at this point
Improve error message for uncalled decorators.
DanielRosenwasser
committed
96bb796
View commit details
Copy full SHA for 96bb796
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
Added test and adjusted reporting logic.
DanielRosenwasser
committed
86315ed
View commit details
Copy full SHA for 86315ed
View code at this point
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
08ef6e4
View commit details
Copy full SHA for 08ef6e4
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
Use a better check.
DanielRosenwasser
committed
966f370
View commit details
Copy full SHA for 966f370
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
Give a more helpful error message when users try decorating using expressions that take no arguments.
DanielRosenwasser
committed
b029857
View commit details
Copy full SHA for b029857
View code at this point
Browse repository at this point
Commits on Sep 27, 2017
Remove console logs in fourslash (#18803)
weswigham
authored
d407f14
View commit details
Copy full SHA for d407f14
View code at this point
Browse repository at this point
Commits on Sep 26, 2017
Split rwc input files (#18772)
Show description for 6ffee10
weswigham
authored
6ffee10
View commit details
Copy full SHA for 6ffee10
View code at this point
Browse repository at this point
Improve testing of code fixes, and improve diagnostic messages (#18742)
Show description for ecef2dc
Andy
authored
ecef2dc
View commit details
Copy full SHA for ecef2dc
View code at this point
Browse repository at this point
Remove redundant handler for JSDocComment in `checkSourceElement` (#18771)
Andy
authored
5c239fa
View commit details
Copy full SHA for 5c239fa
View code at this point
Browse repository at this point
type WriteFileCallback: make param sourceFiles required. (#18731)
Show description for 70087ed
NaridaL
authored and
mhegazy
committed
70087ed
View commit details
Copy full SHA for 70087ed
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
Add fix for crash in #18712 (#18751)
weswigham
authored
8f97248
View commit details
Copy full SHA for 8f97248
View code at this point
Browse repository at this point
Handle @typedef tag with missing type (#18662)
Show description for b4018a2
Andy
authored
b4018a2
View commit details
Copy full SHA for b4018a2
View code at this point
Browse repository at this point
Include nearest test name in uncaught errors, catch suite errors (#18694)
weswigham
authored
5a0c60a
View commit details
Copy full SHA for 5a0c60a
View code at this point
Browse repository at this point
Fix crash when @augments tag has no type (#18739)
Andy
authored
17f10c0
View commit details
Copy full SHA for 17f10c0
View code at this point
Browse repository at this point
Span length is not optional (#18558)
Show description for a4cf79b
Andy
authored
a4cf79b
View commit details
Copy full SHA for a4cf79b
View code at this point
Browse repository at this point
Make it a parse error for an `@augments` jsdoc tag to not include a type (#18745)
Andy
authored
024b1fd
View commit details
Copy full SHA for 024b1fd
View code at this point
Browse repository at this point
Commits on Sep 23, 2017
Remove updateX functions for template parts (#18714)
weswigham
authored
0abfd6a
View commit details
Copy full SHA for 0abfd6a
View code at this point
Browse repository at this point
Check for initializer before using it (#18708)
mhegazy
authored
4221fb6
View commit details
Copy full SHA for 4221fb6
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
Add missing factory functions for template head, middle, tail, and no substituion template literal (#18709)
weswigham
authored
b2ec333
View commit details
Copy full SHA for b2ec333
View code at this point
Browse repository at this point
Apply "array-type" lint rule (#18699)
Andy
authored
25ad0b5
View commit details
Copy full SHA for 25ad0b5
View code at this point
Browse repository at this point
Always collect type and symbol baselines (#18621)
Show description for 5353475
weswigham
authored
5353475
View commit details
Copy full SHA for 5353475
View code at this point
Browse repository at this point
Merge pull request #18660 from Microsoft/globalAugmentationPrinter
Show description for 92b7dcf
DanielRosenwasser
authored
92b7dcf
View commit details
Copy full SHA for 92b7dcf
View code at this point
Browse repository at this point
Keep a small reserve of tasks to not-batch, so all threads can have always have an initial task (#18696)
Show description for 5f4436d
weswigham
authored
5f4436d
View commit details
Copy full SHA for 5f4436d
View code at this point
Browse repository at this point
Minor cleanup to symbolWalker (#18549)
Show description for 38905f4
Andy
authored
38905f4
View commit details
Copy full SHA for 38905f4
View code at this point
Browse repository at this point
Fix getSourceFile return type (#18689)
filipesilva
authored and
mhegazy
committed
d0fd964
View commit details
Copy full SHA for d0fd964
View code at this point
Browse repository at this point
Make it a parse error for an `@type` jsdoc tag to not include a type (#18664)
Show description for 2399bac
Andy
authored
2399bac
View commit details
Copy full SHA for 2399bac
View code at this point
Browse repository at this point
Use JSDoc `@type` tag type cast as a contextual type (#18690)
Show description for 72c8b80
Andy
authored
72c8b80
View commit details
Copy full SHA for 72c8b80
View code at this point
Browse repository at this point
Cleanups in formattingScanner.ts (#18599)
Show description for a4b5870
Andy
authored
a4b5870
View commit details
Copy full SHA for a4b5870
View code at this point
Browse repository at this point
Unify duplicate `getNameOfSymbol` functions (#18618)
Andy
authored
f7d8081
View commit details
Copy full SHA for f7d8081
View code at this point
Browse repository at this point
Avoid calling `indexOf` when checking array element types (#18619)
Show description for 7e002ae
Andy
authored
7e002ae
View commit details
Copy full SHA for 7e002ae
View code at this point
Browse repository at this point
Remove unnecessary "@internal" (#18665)
Andy
authored
1a383ec
View commit details
Copy full SHA for 1a383ec
View code at this point
Browse repository at this point
Just always print out modifiers for global augmentations.
Show description for ffa1ea7
DanielRosenwasser
committed
ffa1ea7
View commit details
Copy full SHA for ffa1ea7
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
Remove unnecessary 'tryParse' (#18663)
Andy
authored
3083937
View commit details
Copy full SHA for 3083937
View code at this point
Browse repository at this point
Force 'declare' modifiers and correct global augmentation emit.
DanielRosenwasser
committed
979295b
View commit details
Copy full SHA for 979295b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.