Skip to content

[Transforms] Merging Master to Transforms on 06/21 #9294

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 125 commits into from
Jul 11, 2016

Conversation

yuit
Copy link
Contributor

@yuit yuit commented Jun 21, 2016

@rbuckton. The last two commits are the one you will want to take a look

rbuckton and others added 30 commits December 3, 2015 10:44
… fixLargeProjectTry2

# Conflicts:
#	src/compiler/types.ts
… fixLargeProjectTry2

# Conflicts:
#	src/compiler/commandLineParser.ts
#	src/compiler/types.ts
… fixLargeProjectTry2

# Conflicts:
#	src/compiler/sys.ts
Conflicts:
	Jakefile.js
	src/compiler/commandLineParser.ts
	src/compiler/core.ts
	src/compiler/sys.ts
	src/harness/harness.ts
	src/server/editorServices.ts
	src/services/shims.ts
	tests/cases/unittests/cachingInServerLSHost.ts
@yuit yuit added the Domain: Transforms Relates to the public transform API label Jun 21, 2016
@@ -1029,6 +1029,7 @@ namespace ts {
// @kind(SyntaxKind.PropertyAccessExpression)
export interface PropertyAccessExpression extends MemberExpression, Declaration {
expression: LeftHandSideExpression;
dotToken: Node;
Copy link
Contributor

Choose a reason for hiding this comment

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

This was removed intentionally. We need to also remove it in our branch.

}

export function createPropertyAccessWithDotToken(expression: Expression, dotToken: Node, name: string | Identifier, location?: TextRange, flags?: NodeFlags) {
export function createPropertyAccessWithDotToken(expression: Expression, name: string | Identifier, location?: TextRange, flags?: NodeFlags) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just collapse this and the above definition and update all references to just call createPropertyAccess.

let indentBeforeDot = false;
let indentAfterDot = false;
let shouldEmitDotDot = false;
if (!(node.flags & NodeFlags.Synthesized)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be checking for the NoIndentation flag.

@rbuckton
Copy link
Contributor

👍

@yuit yuit merged commit cfc20a9 into transforms Jul 11, 2016
@yuit yuit deleted the transforms_mergingmaster_0620 branch July 11, 2016 19:41
@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
Domain: Transforms Relates to the public transform API
Projects
None yet
Development

Successfully merging this pull request may close these issues.