Skip to content

Fix React whitespace emit #4380

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 3 commits into from
Aug 21, 2015
Merged

Conversation

RyanCavanaugh
Copy link
Member

Fixes #4376

@@ -6463,7 +6463,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi

function trimReactWhitespace(node: JsxText): string {
let result: string = undefined;
let text = getTextOfNode(node);
let text = getTextOfNode(node, true);
Copy link
Member

Choose a reason for hiding this comment

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

What is going to be true here?

@yuit
Copy link
Contributor

yuit commented Aug 21, 2015

lgtm

RyanCavanaugh added a commit that referenced this pull request Aug 21, 2015
@RyanCavanaugh RyanCavanaugh merged commit dec947a into microsoft:master Aug 21, 2015
@RyanCavanaugh RyanCavanaugh deleted the fix4376_2 branch August 21, 2015 22:22
@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.

4 participants