Skip to content

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

Merged
yuit merged 125 commits into
transformsfrom
transforms_mergingmaster_0620
Jul 11, 2016
Merged

[Transforms] Merging Master to Transforms on 06/21#9294
yuit merged 125 commits into
transformsfrom
transforms_mergingmaster_0620

Conversation

@yuit
Copy link
Copy Markdown
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: API: Transforms Relates to the public transform API label Jun 21, 2016
Comment thread src/compiler/types.ts Outdated
// @kind(SyntaxKind.PropertyAccessExpression)
export interface PropertyAccessExpression extends MemberExpression, Declaration {
expression: LeftHandSideExpression;
dotToken: Node;
Copy link
Copy Markdown
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.

Comment thread src/compiler/factory.ts Outdated
}

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
Copy Markdown
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.

Comment thread src/compiler/emitter.ts Outdated
let indentBeforeDot = false;
let indentAfterDot = false;
let shouldEmitDotDot = false;
if (!(node.flags & NodeFlags.Synthesized)) {
Copy link
Copy Markdown
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
Copy Markdown
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: API: Transforms Relates to the public transform API

Projects

None yet

Development

Successfully merging this pull request may close these issues.