Skip to content

Merge release-2.0.5 to master #11197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 384 commits into from
Sep 29, 2016
Merged

Merge release-2.0.5 to master #11197

merged 384 commits into from
Sep 29, 2016

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Sep 27, 2016

vladima and others added 30 commits July 21, 2016 10:38
Port TemplateStringsArray immutability to release-2.0
…literal expression (#9745)

* wip

* Add completion for quote property name in object literal expression

* Add fourslash tests for completion of quoted property in object literal expression

* Handle object-literal expression as an argument

* Add tests and baseline for object literal expression for arguments

* Undo wip

* Undo wip
Also test that it's skipped when emitting decorator metadata
…dule augmentation in d.t.s (#9894)

* Only error in non-declaration file

* Add tests and baselines

* Addess PR: get the first non-ambient external module file

* Rename test file and update baseline

* Add tests and baselines

* Update baselines
…static_property

Support emitting static properties for classes with no name
vladima and others added 21 commits September 21, 2016 00:02
add check if expected directory path is non-empty string
added unittest for watching @types

* remove debugger statement, fix linter issues
set allowSyntheticDefaultImports to true by default for jsconfig.json
Add gulp build tasks for cancellationToken and typingsInstaller
Copy link
Contributor

@mhegazy mhegazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few version changes that need to be fixed.

let low = 0;
let high = array.length - 1;
comparer = comparer !== undefined
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand this is not part of this change. but can we replace this with a check at the use site, and other wise use the normal loop. optionally have two implementations. it would not make sens to have a function call just to return >

@@ -4,7 +4,8 @@

namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.1.0";

export const version = "2.0.5";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this to 2.1 please

@@ -1248,6 +1256,6 @@ namespace TypeScript.Services {
// TODO: it should be moved into a namespace though.

/* @internal */
const toolsVersion = "2.1";
const toolsVersion = "2.0";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this to 2.1

Copy link
Contributor

@mhegazy mhegazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mhegazy mhegazy merged commit 1187942 into master Sep 29, 2016
@mhegazy mhegazy deleted the release205-to-master branch September 29, 2016 22:12
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.