May 9, 2017 – May 16, 2017
Overview
-
46 Active Pull Requests196 Active Issues
35 Pull requests merged by 12 people
-
Merged
#15851
Fix #15463: use intersection types to emulate spread in generic react components
May 15, 2017 -
Merged
#15862
Fix issue with throw in async delegator.
May 15, 2017 -
Merged
#15846
findAllReferences: In `export default foo`, symbol name is `foo`
May 15, 2017 -
Merged
#15781
Inline resolvedModuleFromResolved
May 15, 2017 -
Merged
#15843
Allow const enum to be used before declaration
May 15, 2017 -
Merged
#15791
Adds CommaList to avoid large deeply nested comma expressions
May 12, 2017 -
Merged
#15808
Extract diagnostics formatter used by --pretty
May 12, 2017 -
Merged
#15614
When writing class elements show completion with allowed keywords and inheritted properties
May 12, 2017 -
Merged
#15805
Add insertSpaceAfterTypeAssertion to the server protocol
May 12, 2017 -
Merged
#15789
[Master] fix15742
May 12, 2017 -
Merged
#15754
Prevent Duplicate String Literal Completions
May 12, 2017 -
Merged
#15783
goToDefinition: Skip default and `=` imports
May 12, 2017 -
Merged
#15541
For completions of union type, get all possible properties
May 12, 2017 -
Merged
#15777
Move Levenshtein distance out of public API
May 12, 2017 -
Merged
#15788
if a JSSpecialPropertyDeclaration has a JSDoc type, use it
May 12, 2017 -
Merged
#15753
Adds definitions for the es2017 Atomics global object
May 11, 2017 -
Merged
#15772
findAllReferences: Clean up uses of `getWidth` and `getStart`
May 11, 2017 -
Merged
#15751
Fix bug for goto-definition on a TSX constructor using an alias declaration
May 11, 2017 -
Merged
#15771
Ambient block scoped references in different files
May 11, 2017 -
Merged
#15767
Fail on bad moduleResolution kind
May 11, 2017 -
Merged
#15539
Never elide an `export *` when `--isolatedModules` is set
May 11, 2017 -
Merged
#15538
Don't allow to re-export a type when '--isolatedModules' is set
May 11, 2017 -
Merged
#15673
Given `import *` of an `export =` module, raise an error but still return a symbol.
May 11, 2017 -
Merged
#15752
Port Compile On Save Fix to Release-2.3
May 10, 2017 -
Merged
#15741
isDeclarationName: Return false for LHS of `import { x as y }` and `e…
May 10, 2017 -
Merged
#15744
Fix compile on save issues in VS 2015
May 10, 2017 -
Merged
#15743
An enum should include a Namespace SemanticMeaning, and an enum member should have Type SemanticMeaning
May 10, 2017 -
Merged
#15740
Correctly emit expression in extends in namespace
May 10, 2017 -
Merged
#15714
fix #15666: mark file as optional in Diagnostic
May 10, 2017 -
Merged
#15703
importTracker: Require calls are stored in `sourceFile.imports`, no need to search for them
May 10, 2017 -
Merged
#15594
Get name of declaration uniformly, even for JS-style assignment declarations.
May 10, 2017 -
Merged
#15704
Fix #15062: report errors for parameter properties in private constructors
May 10, 2017 -
Merged
#15677
findAllReferences: Don't need to check for `symbol.declarations`
May 9, 2017 -
Merged
#15694
getOwnPropertyDescriptor return should allow undefined
May 9, 2017 -
Merged
#15507
Spelling correction
May 9, 2017
11 Pull requests proposed by 7 people
-
Proposed
#15737
Support find-all-references for a module specifier
May 10, 2017 -
Proposed
#15780
Add support for 'lib' reference directive
May 11, 2017 -
Proposed
#15790
Type to string via type node
May 12, 2017 -
Proposed
#15849
Allow spreading arrays after required parameters
May 15, 2017 -
Proposed
#15850
Get references and rename to include property in the search when short hand property assignment infers the property in the declaration
May 15, 2017 -
Proposed
#15856
Support for JSDoc in services
May 15, 2017 -
Proposed
#15860
getTokenAtPositionWorker: Remove duplicate loop
May 15, 2017 -
Proposed
#15861
Improve arity error messages
May 15, 2017 -
Proposed
#15863
Eliminate redundant work in type inference
May 15, 2017 -
Proposed
#15866
Fix #15540: Throw error when importing @types
May 15, 2017 -
Proposed
#15867
Add config file names as part of project file names
May 15, 2017
107 Issues closed by 31 people
-
Closed
#15871
Arrow function name is not defined.
May 16, 2017 -
Closed
#15832
Class extension in generics does not work when using Partial.
May 16, 2017 -
Closed
#15864
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
May 16, 2017 -
Closed
#15463
is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes
May 15, 2017 -
Closed
#15829
Async generator yield delegation does not propagate errors/rejected promises
May 15, 2017 -
Closed
#15858
React Props validation does not work for extended classes
May 15, 2017 -
Closed
#15854
`never` type shouldn't be usable to variable and parameter declarations
May 15, 2017 -
Closed
#15852
Fix spelling for identifier in JSDoc
May 15, 2017 -
Closed
#15814
[TSServer] Go to Implementation Errors on Jsx Component
May 15, 2017 -
Closed
#15848
Cast to XMLHttpRequestResponseType required when setting xhr.responseType despite the interface specifying string type.
May 15, 2017 -
Closed
#7956
NodeFlags Needs Expansion
May 15, 2017 -
Closed
#15838
Compilation error on Set object size checks with error throwing
May 15, 2017 -
Closed
#15847
array.filter() should have an overload for type guards
May 15, 2017 -
Closed
#15828
Allow a const enum to be used before it's declaration
May 15, 2017 -
Closed
#15842
Unable to use super getters/setters when targeting ES5
May 15, 2017 -
Closed
#14468
importHelpers option causes compiler errors
May 15, 2017 -
Closed
#15813
[TSServer] Definition: Cannot read property 'getSourceFile' of undefined
May 15, 2017 -
Closed
#15799
Interface with optional properties is not assignable to indexable type with strict-null-checks
May 15, 2017 -
Closed
#15837
How to compile TypeScript .ts code into WebAssembly .wasm ?
May 15, 2017 -
Closed
#15817
Generic type aliases, nested generic function type
May 13, 2017 -
Closed
#15797
Compiler does not detect impossible situation with default function parameters
May 13, 2017 -
Closed
#15815
removeComments=true doesn't work
May 13, 2017 -
Closed
#15792
Object Properties Spread with Generic Object Types not allowed
May 13, 2017 -
Closed
#13935
Maximum call stack exceeded with large object declaration.
May 12, 2017 -
Closed
#15676
Property not found on some environments but not others
May 12, 2017 -
Closed
#14872
IndexedDB API 2.0 uses DOMException instead of DOMError
May 12, 2017 -
Closed
#14661
Add insertSpaceAfterTypeAssertion Formatting Option to TSServer Protocol
May 12, 2017 -
Closed
#15742
Generic JSX components
May 12, 2017 -
Closed
#10546
TSServer error on lineNumberToInfo
May 12, 2017 -
Closed
#15800
Rename on enum member does not rename enum literal use sites
May 12, 2017 -
Closed
#15802
variable is declared but never used with --noUnusedLocals and spread (React)
May 12, 2017 -
Closed
#15622
Autocompletion for string literals can contain duplicates
May 12, 2017 -
Closed
#11997
Language services for keyof types
May 12, 2017 -
Closed
#15301
Hang in TypingsInstaller
May 12, 2017 -
Closed
#9078
Goto declaration for default import behaves differently
May 12, 2017 -
Closed
#15428
Incorrect intellisense error msg in rest params
May 12, 2017 -
Closed
#6405
Does not work suggestion and autocompletion with union types
May 12, 2017 -
Closed
#15793
Object types (Specification)
May 12, 2017 -
Closed
#15760
A resource to better grok the lack of errors when using types, interfaces, unions, intersections.
May 12, 2017 -
Closed
#15786
2.3.x introduced false error TS2449: Class used before its declaration
May 12, 2017 -
Closed
#15757
Block scoped variable from a *.d.ts file used before its declaration (VS2015 TS2.3.1 only)
May 12, 2017 -
Closed
#10154
Enhancement: Playground replaces ")" with "%29" for easily pasting "Share" links into Reddit
May 12, 2017 -
Closed
#8454
Update playground so people can choose compiler options
May 12, 2017 -
Closed
#14958
Upgrade Playground to 2.2
May 12, 2017 -
Closed
#13902
typescriptlang.org tsc version needs to be updated
May 12, 2017 -
Closed
#13055
Improve google ranking for TS Playground
May 12, 2017 -
Closed
#4866
Playground should note the version/flags that are in use
May 12, 2017 -
Closed
#15707
Type annotations are frequently ignored in --checkJs
May 12, 2017 -
Closed
#15784
Stateless functions used as JSX components don't support overloading
May 11, 2017 -
Closed
#9808
tsserver rename command throws exception
May 11, 2017 -
Closed
#15664
The "CheckFileSystemCaseSensitive" task failed unexpectedly, Could not load file or assembly 'System.IO.FileSystem
May 11, 2017 -
Closed
#6312
Unable to rename the property of destructuring assignment
May 11, 2017 -
Closed
#10937
TypeScript `this` Type Information Dosen't Surface Properly in Editor
May 11, 2017 -
Closed
#15779
any-typed value in a TSX spread confuses --noUnusedLocals check
May 11, 2017 -
Closed
#14004
Don't call `getWidth()` in findAllReferences
May 11, 2017 -
Closed
#15158
Suggestion: a --noEmitJS compiler option
May 11, 2017 -
Closed
#13318
`--removeComments` in JS only
May 11, 2017 -
Closed
#15723
tsserver Error when Go to Definition in VSCode
May 11, 2017 -
Closed
#12966
Docs not pass down through Partial<T>
May 11, 2017 -
Closed
#15734
Error `TS2448` with a static class fields
May 11, 2017 -
Closed
#15773
Named function type annotation and assertions
May 11, 2017 -
Closed
#15187
Cannot set Type of module.exports using JSDocs
May 11, 2017 -
Closed
#12685
Include inferred usages in 'find references'
May 11, 2017 -
Closed
#15083
Compile on save stop working after typescript v2.1.5 in Visual Studio 2015
May 11, 2017 -
Closed
#14827
Visual Studio 2017 is compiling JS file without associated TS file
May 11, 2017 -
Closed
#15761
Integrate prepack.io into the compilation process
May 11, 2017 -
Closed
#15727
Missing Imports using TSX, ellipsis and transpileOnly (ts-loader)
May 11, 2017 -
Closed
#15721
TypeScript 2.3 does not import static member from classes
May 11, 2017 -
Closed
#15730
TS2304 Errors appear for excluded files in Visual Studio 2017
May 11, 2017 -
Closed
#15231
`--isolatedModules` should warn about re-export of type
May 11, 2017 -
Closed
#13681
Compiler crashes with 'Allocation failed' error after using mapped type
May 11, 2017 -
Closed
#12923
JS services: If importing a function with `import *`, signature help is for wrong function
May 11, 2017 -
Closed
#14005
Rename import: left-hand side should not be a write access / definition
May 10, 2017 -
Closed
#15747
Design Meeting Notes, 5/10/2017
May 10, 2017 -
Closed
#15718
Allow declarations:true to work with checkJs
May 10, 2017 -
Closed
#15745
JSDoc @deprecated Tag Absorbs Other Documentation Text
May 10, 2017 -
Closed
#10732
TypeScript: rename enum doesn't cascade changes
May 10, 2017 -
Closed
#11574
Support rename for enum member used as type
May 10, 2017 -
Closed
#14427
Rename Symbol on enum identifier does not renam enum literals
May 10, 2017 -
Closed
#15692
Emits broken declaration for class that extends from function that returns a constructor signature.
May 10, 2017 -
Closed
#15681
Exception in checkIndexConstraintForProperty when handling assignment to property in constructor
May 10, 2017 -
Closed
#15719
Right place for questions about the compiler API?
May 10, 2017 -
Closed
#15596
TS files cannot use JSX components declared as a classes in JS/JSX file
May 10, 2017 -
Closed
#15739
Typescript Compiler for PHP
May 10, 2017 -
Closed
#15726
Typechecker ignores instance's constructor
May 10, 2017 -
Closed
#15706
Structural typing when specifying component props in TSX
May 10, 2017 -
Closed
#15731
Passing additional props via JSX is an error in TS 2.3.
May 10, 2017 -
Closed
#15724
Spread: methods are also getting cloned in spread variable
May 10, 2017 -
Closed
#15666
Invalid diagnostics produced
May 10, 2017 -
Closed
#14880
Store modules from `require("")` calls on the SourceFile
May 10, 2017 -
Closed
#15536
The "IsFileSystemCaseSensitive" parameter is not supported by the "FindConfigFiles" task
May 10, 2017 -
Closed
#15493
Compiling file does not result in expected error..
May 10, 2017 -
Closed
#15700
checkJs doesn't detect types of object keys passed to a function
May 10, 2017 -
Closed
#15712
Excessive stack depth comparing types - No filename or line for error tracing
May 10, 2017 -
Closed
#15062
Missing definition file instead of compiler error
May 10, 2017 -
Closed
#15059
Suggestion: Difference Types
May 9, 2017 -
Closed
#15708
Not inferring return type for Object.prototype extension
May 9, 2017 -
Closed
#13690
Find-all-refs for mapped type does not work on access
May 9, 2017 -
Closed
#15698
Intellisense doesn't detect possible variable name if cursor is not at the end of name
May 9, 2017 -
Closed
#15702
Weird checking errors when using async function, and generic typings
May 9, 2017 -
Closed
#14923
Regression on #10904 - Allow undefined from ProxyHandler<T>.getOwnPropertyDescriptor
May 9, 2017 -
Closed
#15479
[FEATURE] absolute->relative module path transformation
May 9, 2017 -
Closed
#15696
Array of tuple default initializer assignability issue
May 9, 2017 -
Closed
#15695
ES5 Transpilation error when combining async/await with try-catch and parameter object destructuring.
May 9, 2017 -
Closed
#15690
Type intersection by type guards is inconsistent with 'typeof'
May 9, 2017 -
Closed
#15333
Suggestions for misspelled properties and variables (based on Levenshtein distance for variables/properties in scope)
May 9, 2017 -
Closed
#15565
"{0} only refers to a type but is used as a value" doesn't work for primitive types
May 9, 2017
89 Issues created by 68 people
-
Opened
#15878
Add "allowImplicitAnyImports" compiler option for usage with "noImplicitAny"
May 16, 2017 -
Opened
#15877
Declaring generic type of implicitly called method
May 16, 2017 -
Opened
#15876
Different bundle behavior when we have .ts files and .d.ts files
May 16, 2017 -
Opened
#15875
new A() instanceof A == false?
May 16, 2017 -
Opened
#15874
Typescript does not support proper Touch constructor
May 16, 2017 -
Opened
#15872
Generated declaration file for constructor nullable parameter property is non-nullable
May 16, 2017 -
Opened
#15870
error TS4020: 'extends' clause of exported class 'SampleNewClass' has or is using private name 'SampleMixin'
May 16, 2017 -
Opened
#15869
jsconfig Not Picked Up When tsconfig is Present
May 16, 2017 -
Opened
#15868
Treat assignments to properties on functions as valid declarations
May 16, 2017 -
Opened
#15865
TypeError: Cannot read property 'kind' of undefined
May 15, 2017 -
Opened
#15859
The type checker ignores the result of 'typeof' statements assigned to variables
May 15, 2017 -
Opened
#15857
Downlevel static properties initializer to be contained within the class IIFE to aid Uglify in dead code removal
May 15, 2017 -
Opened
#15855
Services for @typedef
May 15, 2017 -
Opened
#15853
Completions inside JSDoc
May 15, 2017 -
Opened
#15845
When module not found, show output of `--traceResolution` for that module
May 15, 2017 -
Opened
#15844
quickInfo for variable narrowed to function shows `never`
May 15, 2017 -
Opened
#15841
Incorrect typings for `getSymbolAtLocation`
May 15, 2017 -
Opened
#15840
How to find definition of a re-exported variable with the compiler API?
May 15, 2017 -
Opened
#15836
[Feature Request] A way to instruct how to infer `this`
May 15, 2017 -
Opened
#15835
Erroneous control flow type narrowing in loops
May 14, 2017 -
Opened
#15834
lib.d.ts: members in CSSStyleDeclarations cannot be null per the spec
May 14, 2017 -
Opened
#15833
Transpile to multiple targets at once
May 14, 2017 -
Opened
#15831
TS2.3, VS 2017, Preview 2, CompileOnSave specified in external tsconfig.json seems not to be working
May 14, 2017 -
Opened
#15830
Async function not type checking correctly
May 14, 2017 -
Opened
#15827
Proposal for module / namespace behavior to allow class-per-file development approach
May 13, 2017 -
Opened
#15826
Editing ".js" file does not update errors in ".ts" file
May 13, 2017 -
Opened
#15825
JSDoc `Function` quickInfo shows `{}`
May 13, 2017 -
Opened
#15824
JSDoc `function` type does not accept parameters
May 13, 2017 -
Opened
#15823
Literal Type and function overloads
May 13, 2017 -
Opened
#15822
VS2017.2 can't load language server plugins from the project directory
May 13, 2017 -
Opened
#15821
Homomorphic mapped types do not adopt documentation comments
May 13, 2017 -
Opened
#15820
Extending classes with generic parameters fails when no parameters provided
May 13, 2017 -
Opened
#15819
TS generates "use strict" in front of everything, this makes impossible to use its output for Task Runner Explorer without touching the output manually (or by script)
May 13, 2017 -
Opened
#15818
Add a way to declare prototype modifications
May 13, 2017 -
Opened
#15816
Export markTypeNodeAsReferenced from TypeChecker api
May 13, 2017 -
Opened
#15812
jsdoc: defining object format with @typedef then using it with @type doesn't seem to work
May 13, 2017 -
Opened
#15811
Make node type predicates public
May 13, 2017 -
Opened
#15810
Update Dojo logo
May 12, 2017 -
Opened
#15809
Salsa works for imported module members but not within the exporting module
May 12, 2017 -
Opened
#15807
Opaque type aliases
May 12, 2017 -
Opened
#15806
Import statement is incorrectly elided when parent JSX element has a JSX rest spread
May 12, 2017 -
Opened
#15804
New Website Logo: Artsy
May 12, 2017 -
Opened
#15803
TypeScript Playground "Share" button creates invalid URL when pressed more than once
May 12, 2017 -
Opened
#15801
--allowJs Unexpected behavior
May 12, 2017 -
Opened
#15798
TypeScript dynamic module loading issue using typeof
May 12, 2017 -
Opened
#15796
Non-null assertion operator non working on properties
May 12, 2017 -
Opened
#15795
Undefined "exports" when nothing is exported
May 12, 2017 -
Opened
#15794
Proposal: type-level addition (`+`)
May 12, 2017 -
Opened
#15787
Unable to rename the property of destructuring assignment
May 11, 2017 -
Opened
#15785
generic arrow functions are incorrectly identified as JSX elements
May 11, 2017 -
Opened
#15782
Preserve Indentation of Closing > in Multiline Type List
May 11, 2017 -
Opened
#15778
Wrong union behaviour
May 11, 2017 -
Opened
#15776
Refactoring operations shouldn't reach external definitions such as lib.d.ts and node_modules
May 11, 2017 -
Opened
#15775
noUnusedLocals checks don't work with private modifier
May 11, 2017 -
Opened
#15774
Question: Migrating from namespace to external modules
May 11, 2017 -
Opened
#15770
Provide option "Enter outlining mode when files open"
May 11, 2017 -
Opened
#15769
[bug?] type inference in generic functions breaks with configuration object
May 11, 2017 -
Opened
#15768
Type <generic> cannot be used to index type <array>
May 11, 2017 -
Opened
#15766
Assignments inside a lambda function ignored by strictNullChecks
May 11, 2017 -
Opened
#15765
Improve error message when assigning wrong value (assigning empty array for Observable typed var)
May 11, 2017 -
Opened
#15764
Formatting javascript wrong in aspx page with Format Document command in VS2017
May 11, 2017 -
Opened
#15763
Extracting return types from functions while mapping types?
May 11, 2017 -
Opened
#15762
Type implementing indexer interface has no index signature?
May 11, 2017 -
Opened
#15759
Spread keyof expression
May 11, 2017 -
Opened
#15758
I Love Typescript
May 11, 2017 -
Opened
#15756
Lookup across a mapped type gives different result when using a generic alias
May 11, 2017 -
Opened
#15755
Typescript 2.3.2 is trying to compile node_modules
May 11, 2017 -
Opened
#15750
Don't Return Unnecessary Type Suggestions in JavaScript Files
May 10, 2017 -
Opened
#15749
JSDoc Stripping Leading WhiteSpace in CodeBlocks
May 10, 2017 -
Opened
#15748
'this' type cannot be compared with subclasses
May 10, 2017 -
Opened
#15746
Records with branded keys (poor man's nominal typing) do not verify the keys and fail when used with noImplicitAny
May 10, 2017 -
Opened
#15738
Remove `tryResolveScriptReference`
May 10, 2017 -
Opened
#15736
Find-all-references starting *from* <reference path>
May 10, 2017 -
Opened
#15735
Control flow analysis failure with union type and never function
May 10, 2017 -
Opened
#15733
noImplicitReturnType [Suggestion]
May 10, 2017 -
Opened
#15732
Suggestion: Add "lib" reference directive
May 10, 2017 -
Opened
#15729
Ambient module declaration (Specification)
May 10, 2017 -
Opened
#15728
Unable to determine secondary keyof type in a generic definition
May 10, 2017 -
Opened
#15725
Cannot read property 'externalModuleIndicator' of undefined error occurred when trying to compile
May 10, 2017 -
Opened
#15722
New Website Logo: [Rahbaran IT]
May 10, 2017 -
Opened
#15720
Imported classes aren't recognized as types in --checkJs
May 10, 2017 -
Opened
#15717
Go to definition fails when maxNodeModuleJsDepth = 0
May 10, 2017 -
Opened
#15716
TS Server crashes once TS file is open
May 10, 2017 -
Opened
#15715
Support JSDoc `@property`
May 10, 2017 -
Opened
#15713
Generic usage reported as JSX Error
May 10, 2017 -
Opened
#15711
Typescript Specifications version
May 9, 2017 -
Opened
#15710
how can i get an automatic build number/version?
May 9, 2017 -
Opened
#15709
Type Inference Issues
May 9, 2017 -
Opened
#15705
strictNullChecks not recognizing evaluated key in object
May 9, 2017
113 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
38 new comments
Open
#15569
Refactoring support
May 15, 2017 -
21 new comments
Open
#15689
Use damerau-levenshtein algorithm for edit distance
May 9, 2017 -
8 new comments
Open
#12936
Exact Types
May 11, 2017 -
8 new comments
Open
#13257
Constraint Types Proposal
May 14, 2017 -
7 new comments
Open
#15289
Casting of a union type variable doesn't work if interface has all optional properties
May 13, 2017 -
7 new comments
Open
#15443
TS v2.3.1 runs out of memory compiling FP library
May 15, 2017 -
7 new comments
Open
#15655
Type guards do not work when using the non-null assertion operator
May 12, 2017 -
5 new comments
Open
#4813
Support proposed ES `export from` forms
May 11, 2017 -
5 new comments
Open
#9950
Implement private fields proposal
May 11, 2017 -
5 new comments
Open
#10727
Add spread/rest types to support proposed object spread/rest
May 10, 2017 -
4 new comments
Open
#4881
Request: Class Decorator Mutation
May 16, 2017 -
4 new comments
Open
#7546
Allow `--declaration` with `--allowJs`
May 15, 2017 -
4 new comments
Open
#8436
umd module compiler option doesn't have a fallback for global namespace.
May 12, 2017 -
4 new comments
Open
#15007
WriteFileCallback: sourceFiles is optional
May 15, 2017 -
4 new comments
Open
#15506
Flag boolean in comparison operator operands as errors
May 10, 2017 -
4 new comments
Open
#15679
Extra entries for JavaScript auto complete(intellisense) make no sense
May 10, 2017 -
3 new comments
Open
#5579
Support type-checking of computed properties for constants and Symbols
May 13, 2017 -
3 new comments
Open
#6496
Duplicate type declarations with npm link
May 11, 2017 -
3 new comments
Open
#13369
object is possibly undefined for imported object
May 15, 2017 -
3 new comments
Open
#13371
Report Syntax Errors in JSDocs Type Annotations
May 15, 2017 -
3 new comments
Open
#14729
Type JSX elements based on createElement function
May 16, 2017 -
3 new comments
Open
#15230
"Cannot compile namespaces" error with --isolatedModules and no namespaces
May 15, 2017 -
3 new comments
Open
#15424
Improve type safety of `name` global variable
May 12, 2017 -
3 new comments
Open
#15626
[Discussion] Better Way to Declare Globals in JavaScript files
May 11, 2017 -
3 new comments
Open
#15659
Type inference on arrays of generic elements
May 9, 2017 -
3 new comments
Open
#15663
Incorrect Error Message reported in JS file
May 11, 2017 -
3 new comments
Open
#15691
lib.dom.d.ts incorrectly types the return type of HTMLMediaElements.play method
May 9, 2017 -
3 new comments
Open
#15466
Changed default from ES3 to ES5
May 15, 2017 -
2 new comments
Open
#5863
Polymorphic "this" for static members
May 15, 2017 -
2 new comments
Open
#8372
Support `--declarationOutFile` for bundling declarations for commonjs and es6 modules
May 10, 2017 -
2 new comments
Open
#11706
Why there is no document about Generator?
May 9, 2017 -
2 new comments
Open
#12964
Feature request: Add Node.js integration tutorial
May 15, 2017 -
2 new comments
Open
#13948
Computed property key names should not be widened
May 15, 2017 -
2 new comments
Open
#14056
JSDoc Does not Pick up Type imported using Require
May 10, 2017 -
2 new comments
Open
#14377
[Salsa] Provide a JSDoc equivalent of `import { ..} from "mod"`
May 10, 2017 -
2 new comments
Open
#14662
Shorten method signatures
May 10, 2017 -
2 new comments
Open
#15028
TypeScript Service: canceled request with sequence number
May 12, 2017 -
2 new comments
Open
#15354
Expecting directions on a PR
May 10, 2017 -
2 new comments
Open
#15416
checkJs: allow file extensions other than .js
May 12, 2017 -
2 new comments
Open
#15474
new.target
May 13, 2017 -
2 new comments
Open
#15526
New Website Logo: DIMDATA
May 12, 2017 -
2 new comments
Open
#15632
Check JavaScript: require flagged as error in simple node project
May 12, 2017 -
2 new comments
Open
#15680
Smarter type inference for functional programming (RxJS, Ramda, etc)
May 14, 2017 -
1 new comment
Open
#447
Partial modules and output optimization
May 14, 2017 -
1 new comment
Open
#1479
typescript class diagram editor
May 15, 2017 -
1 new comment
Open
#3404
Provide an xclangspec file for TypeScript syntax highlighting in Xcode
May 12, 2017 -
1 new comment
Open
#5228
Proposal: The internal modifier for classes
May 9, 2017 -
1 new comment
Open
#5296
Proposal: Support spread operator for arrays and tuples in function calls
May 10, 2017 -
1 new comment
Open
#5938
Object detection for "Exported variable `` has or is using name `` from external module"
May 16, 2017 -
1 new comment
Open
#6433
Naming arrow functions
May 16, 2017 -
1 new comment
Open
#9282
Provide API for faster incremental compilers
May 12, 2017 -
1 new comment
Open
#9949
question: how can i create and return a generic function in TypeScript?
May 11, 2017 -
1 new comment
Open
#10138
[jsx] Provide HTML tag matching
May 14, 2017 -
1 new comment
Open
#10427
Possibility to support vuejs
May 15, 2017 -
1 new comment
Open
#10791
Rename symbol
May 12, 2017 -
1 new comment
Open
#11099
Typescript doc visible for aliased imports, but not for single ones.
May 11, 2017 -
1 new comment
Open
#12364
Explore supporting ES import() proposal
May 10, 2017 -
1 new comment
Open
#12731
Partial not properly inferred from generic types
May 16, 2017 -
1 new comment
Open
#13196
The typescript auto complete doesn't respond to typeRoots folders properly other than node_modules/@types
May 10, 2017 -
1 new comment
Open
#13430
loss of type safety when using function overloads with callbacks
May 10, 2017 -
1 new comment
Open
#13721
Pure annotation in downlevel emits
May 11, 2017 -
1 new comment
Open
#13890
Proposal: JSX.ElementType
May 12, 2017 -
1 new comment
Open
#13922
Type inference not working with `extends` generic argument and `keyof` and `--strictNullChecks`
May 16, 2017 -
1 new comment
Open
#14036
TSC returns an error for TSX code where the plain TS equivalent compiles fine
May 9, 2017 -
1 new comment
Open
#14094
Proposal: Allow exclusive unions using logical or (^) operator between types
May 11, 2017 -
1 new comment
Open
#14419
Plugin Support for Custom Transformers
May 9, 2017 -
1 new comment
Open
#14549
Proposal: 'Fix All In File' for CodeFixes
May 11, 2017 -
1 new comment
Open
#14600
Suggestion: Add abstract static methods in classes and static methods in interfaces
May 9, 2017 -
1 new comment
Open
#14722
Using the compiler API - typescript module experiences internal error
May 11, 2017 -
1 new comment
Open
#14799
Object spread not checking for strictNullChecks
May 13, 2017 -
1 new comment
Open
#14833
TypeScripts Type System is Turing Complete
May 11, 2017 -
1 new comment
Open
#14924
Suggestion: Member Type Guard
May 12, 2017 -
1 new comment
Open
#15175
echoCancelation typo in lib.d.ts, lib.dom.d.ts, lib.es6.d.ts
May 12, 2017 -
1 new comment
Open
#15412
Use declared type parameters in signature help
May 12, 2017 -
1 new comment
Open
#15417
Referenced file is included even if its in the tsconfig exclude list
May 10, 2017 -
1 new comment
Open
#15527
lib.d.ts contains wrong typings for Number.isFinite()
May 10, 2017 -
1 new comment
Open
#15540
@types import considered valid
May 15, 2017 -
1 new comment
Open
#15612
Visual Studio 2015 TypeScript intellisense not resolving external types
May 15, 2017 -
1 new comment
Open
#15618
Type checking Javascript object literals is not open-ended in Maps
May 10, 2017 -
1 new comment
Open
#15637
JSDoc @typedef is removed when it precedes type declaration
May 11, 2017 -
1 new comment
Open
#15654
Error when compiling class with static initializer
May 11, 2017 -
1 new comment
Open
#15688
TSServer: Exception on executing command semantic check
May 9, 2017 -
1 new comment
Open
#15701
Suggestion - Missing of a declarationFile option
May 9, 2017 -
1 new comment
Open
#13921
Add exported members of all project files in the global completion list
May 10, 2017 -
1 new comment
Open
#15486
String valued members in enums
May 11, 2017 -
1 new comment
Open
#15686
Remove ThisKeyword from list of keyword types; we use ThisTypeNode for that instead.
May 11, 2017 -
0 new comments
Open
#6606
Proposal: Get the type of any expression with typeof
May 13, 2017 -
0 new comments
Open
#7158
Populate inheritied properties and methods in completion list inside a class
May 12, 2017 -
0 new comments
Open
#12215
Add support for literal type subtraction
May 9, 2017 -
0 new comments
Open
#12500
[website] sharing playground code gives Argentinosaurus-urls!
May 12, 2017 -
0 new comments
Open
#12771
Switch on enum of one member not considered exhaustive
May 11, 2017 -
0 new comments
Open
#13306
Salsa does not support @type annotation in object member
May 11, 2017 -
0 new comments
Open
#13650
JSDoc @summary tag
May 11, 2017 -
0 new comments
Open
#13673
Make TypeScriptLang's Playground configurable
May 12, 2017 -
0 new comments
Open
#14073
VSCode compatibility: Find-all-references not working for special reference kinds
May 11, 2017 -
0 new comments
Open
#14202
[Feature request] TypeScript Playground presentation ability
May 12, 2017 -
0 new comments
Open
#14513
Unicode Character Causing all Lines to Be shifted by one
May 11, 2017 -
0 new comments
Open
#14520
Enable type parameter lower-bound syntax
May 9, 2017 -
0 new comments
Open
#14943
URL encode parenthesis in playground
May 12, 2017 -
0 new comments
Open
#14959
Consider embedding compiler settings in the Playground Share URL
May 12, 2017 -
0 new comments
Open
#15061
JavaScript formatter: Place else on separate line
May 11, 2017 -
0 new comments
Open
#15089
CFA doesn't see non executable code
May 11, 2017 -
0 new comments
Open
#15105
Support Object.<type1, type2> type notation in JSDoc
May 11, 2017 -
0 new comments
Open
#15253
The check "Parameter cannot be referenced in its initializer" for default parameters is too strict
May 11, 2017 -
0 new comments
Open
#15274
Early reference to parameters defined via object destructuring should trigger an error
May 11, 2017 -
0 new comments
Open
#15483
Use IDBTransactionMode and IDBCursorDirection for parameters
May 12, 2017 -
0 new comments
Open
#15495
Enum not block-scoped given closure and --target es5
May 11, 2017 -
0 new comments
Open
#15604
Response type def missing static methods
May 11, 2017 -
0 new comments
Open
#15620
Improve 'insertAdjancentElement' type definition
May 11, 2017 -
0 new comments
Open
#15693
missing ts.NodeFlags.Export
May 9, 2017 -
0 new comments
Open
#12336
Use parser to parse tsconfig json instead of using Json.parse
May 15, 2017 -
0 new comments
Open
#13665
Support importing json files as modules with commonjs or node module resolution
May 15, 2017 -
0 new comments
Open
#15473
Allow some dynamic names in types
May 10, 2017