Ryan Cavanaugh
13eeb34e57
Ignore scripts for types packages ( #17969 )
2017-08-24 11:31:21 -07:00
Jan Melcher
09e7e88a19
Add missing visitNode call to object literal members
...
Object literal elements that are neither spread elements, nor property assignments would not have visitNode called on them. Therefore, the esnext transformer would not be called on them and their children.
Fixes #16765 .
2017-08-24 11:25:33 -07:00
Ron Buckton
80601fccb5
Fix crash when exporting class without name
2017-08-24 11:07:30 -07:00
Ron Buckton
952e9cae70
Remove debug assertions due to invalid syntax in generators transform
2017-08-24 11:05:49 -07:00
Mohamed Hegazy
6da73b05f9
Port #17771 to release-2.5 ( #18018 )
...
* No contextual return type when type is circular
* Add regression test
2017-08-24 11:03:43 -07:00
Mohamed Hegazy
1420fbc2d4
Bind logger function before using ( #17983 )
...
* Bind logger function before using
* Use lambda isntead of bind
2017-08-23 12:35:34 -07:00
Wesley Wigham
34e42097e4
Allow use before declaration for export= assignments ( #17967 ) ( #17972 )
...
* Allow use before declaration for export= assignments (#17967 )
* Add release-2.5 to covered branches
2017-08-23 10:03:46 -07:00
Mohamed Hegazy
ba56b62b9f
Ensure string enums are generated in protocol.d.ts
2017-08-18 15:38:19 -07:00
Daniel Rosenwasser
b3ac765503
Updated version for next publish.
2017-08-18 11:36:27 -07:00
Andy
4e570f0784
Revert public API changes to logger ( #17901 )
2017-08-18 11:31:10 -07:00
Daniel Rosenwasser
b326ac6e73
Merge pull request #17856 from Microsoft/synthesizedNamespaces
...
[release-2.5] Fix emit for leading 'var' declarations for synthesized namespaces
2017-08-17 12:13:24 -07:00
Daniel Rosenwasser
f45ec92090
Fixed lints.
2017-08-17 10:42:18 -07:00
Daniel Rosenwasser
b7020628c1
Addressed code review feedback.
2017-08-16 15:06:51 -07:00
Andy
a5c9f40344
In services, show the aliasSymbol for a type even if it's not accessible in the current scope ( #17810 )
2017-08-15 14:59:26 -07:00
Daniel Rosenwasser
281d821fe8
Fix lint errors.
2017-08-15 12:16:54 -07:00
Daniel Rosenwasser
a51397e339
Just track the local names of identifiers instead of ever using symbols.
2017-08-14 21:24:30 -04:00
Andy
eeb40fe863
session.ts: Revert some emptyArray back to undefined ( #17781 )
...
* session.ts: Revert some `emptyArray` back to `undefined`
* Fix
2017-08-14 14:58:58 -07:00
Daniel Rosenwasser
ea7c7d3467
Merge pull request #16631 from Microsoft/fix13721
...
Emit class annotation comment on downlevel classes
2017-08-14 10:33:41 -04:00
Wesley Wigham
d03d1074ee
Make compiler options which map to a flag case-insensitive again ( #17755 )
2017-08-11 19:59:43 -07:00
Ron Buckton
360dc914c3
Merge pull request #17602 from Microsoft/multiInferredProjects
...
Adds support for inferred project isolation by projectRootPath
2017-08-11 16:06:49 -07:00
Ron Buckton
c272c3c5cd
Comment update
2017-08-11 16:06:24 -07:00
Daniel Rosenwasser
18cced9abd
Added test.
2017-08-11 18:44:37 -04:00
Ron Buckton
09487b8a1d
Added tests, pr feedback
2017-08-11 15:31:09 -07:00
Ron Buckton
e3b6df64b3
Add support to infer the quote style for import quick fixes
2017-08-11 14:26:25 -07:00
Yui
d352e3b03f
[Master] fix 16407 - LS in binding element of object binding pattern ( #16534 )
...
* wip-try get symbol of bindingelement in objectBindingPattern first
* Add fourslash tests
* Update .types baselines
* Update .symbols baselines
* Revert checker changes
* Actually lookup type for binding property name definition
* More succinct check, clarify yui's comment
2017-08-11 11:14:59 -07:00
Wesley Wigham
c92deef6ec
Fix runtests-browser with latest node ( #17735 )
...
* Fixes for running tests in the browser with the latest node
* Make memoize safe
* Integrate PR feedback, require key func on memoize
2017-08-11 10:58:38 -07:00
Ryan Cavanaugh
c110ecb870
Merge pull request #17625 from RyanCavanaugh/extract-method-2
...
Extract Method
2017-08-11 10:54:48 -07:00
Andy
f64b8ad902
Add "preserveSymlinks" option ( #16661 )
...
* Add "preserveSymlinks" option
* Respond to PR comments
2017-08-11 10:03:21 -07:00
Andy
b3f3f336ad
Use hasModifier and hasModifiers helper functions ( #17724 )
2017-08-11 07:15:15 -07:00
Ron Buckton
b031777566
PR Feedback
2017-08-10 17:43:22 -07:00
Ryan Cavanaugh
8a92315171
Merge
2017-08-10 17:05:45 -07:00
Ryan Cavanaugh
c27ee81341
Merge branch 'master' into extract-method-2
2017-08-10 17:02:14 -07:00
Ryan Cavanaugh
24de14a9be
Use isReadonlyArray
2017-08-10 16:40:08 -07:00
Ryan Cavanaugh
db37cea0b6
Use the function stack!
2017-08-10 16:38:24 -07:00
Ryan Cavanaugh
a04633c22c
Style fixes
2017-08-10 16:35:32 -07:00
Ryan Cavanaugh
f957429efd
Style fixups
2017-08-10 16:23:17 -07:00
Ryan Cavanaugh
1ad411e13e
Various fixes
2017-08-10 13:13:18 -07:00
Ryan Cavanaugh
12403d9f70
Various fixes
2017-08-10 13:07:42 -07:00
Andy
08fbcd8b80
Fix many no-object-literal-type-assertion lint errors ( #17278 )
...
* Fix many no-object-literal-type-assertion lint errors
* Simple fixes
* Use a union for FlowNode
* PR feedback and remove remaining `id()` uses
* Use a union for CodeBlock
* Discriminate CodeBlock by CodeBlockKind
2017-08-10 12:52:15 -07:00
Daniel Rosenwasser
6ef27a4e1e
Added test for class/namespace merging with an ESNext target.
2017-08-10 08:28:25 -07:00
Andy
fe3a05e89a
A function should be context-sensitive if its return expression is ( #17697 )
...
* A function should be context-sensitive if its return expression is
* Remove outdated comment
* Fix typo
2017-08-10 07:08:24 -07:00
Andy
4c824505ad
Treat NoSubstitutionTemplateLiteral same as a StringLiteral ( #17704 )
2017-08-10 06:53:48 -07:00
Andy
2c4361aadf
Simplify assignTypeToParameterAndFixTypeParameters ( #17706 )
2017-08-10 06:51:50 -07:00
Wesley Wigham
4828c7a62b
Lower RWC Harness Memory Overhead ( #17692 )
...
* Allow original compilation to be freed before checking declarations
* Use string concatenation in error baseline
* Fix lints
* No ternary
2017-08-09 16:16:16 -07:00
Nathan Shively-Sanders
8ae7c6c227
Fix type predicate index in error reporting
...
Previously type predicate error checking didn't take the `this`
parameter into account when checking for errors. This led to spurious
errors. Note that it's not feasible to change the initial value of
`parameterIndex` because several checks refer to the original
declaration, for example to make sure that a type predicate doesn't
refer to a rest parameter.
2017-08-09 15:43:47 -07:00
Andy
e1ba65ae64
Add simple version of chooseOverload for common case of single non-generic signature ( #17589 )
...
* Add simple version of `chooseOverload` for common case of single non-generic signature
* Use a single function
2017-08-09 14:41:38 -07:00
Andy
37b20ee670
For duplicate source files of the same package, make one redirect to the other ( #16274 )
...
* For duplicate source files of the same package, make one redirect to the other
* Add reuseProgramStructure tests
* Copy `sourceFileToPackageId` and `isSourceFileTargetOfRedirect` only if we completely reuse old structure
* Use fallthrough instead of early exit from loop
* Use a set to efficiently detect duplicate package names
* Move map setting outside of createRedirectSourceFile
* Correctly handle seenPackageNames set
* sourceFileToPackageId -> sourceFileToPackageName
* Renames
* Respond to PR comments
* Fix bug where `oldSourceFile !== newSourceFile` because oldSourceFile was a redirect
* Clean up redirectInfo
* Respond to PR comments
2017-08-09 14:39:06 -07:00
Andy
17a6f7b56a
Remove unused internal utilities ( #17380 )
...
* Remove unused internal utilities
* Handle undefined input to `mapDefined`
2017-08-09 14:37:59 -07:00
Wesley Wigham
a6f37f55e4
Add a leading space on binary operator token trailing comments ( #17691 )
...
* Add a leading space on token trailing comments
* Demystify comment
2017-08-09 14:27:37 -07:00
Andy
f28f5fd041
Don't check function expression grammar if this is SkipContextSensitive ( #17698 )
2017-08-09 14:09:52 -07:00