Skip to content

Project references transitional: Remove reference comments#23354

Merged
RyanCavanaugh merged 15 commits into
microsoft:masterfrom
RyanCavanaugh:referencesDogfood_1
Apr 12, 2018
Merged

Project references transitional: Remove reference comments#23354
RyanCavanaugh merged 15 commits into
microsoft:masterfrom
RyanCavanaugh:referencesDogfood_1

Conversation

@RyanCavanaugh
Copy link
Copy Markdown
Member

Tracking from #23324

This removes all reference comments from our main source files and replaces them with explicit file lists in tsconfigs. This makes the output ordering of our various outputs actually similar, instead of random. Total output size in built\local is effectively unchanged so I'm reasonably sure I didn't break anything.

The next step is to merge the core references support and replace the long file lists in the tsconfig files with reference directives.

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

Yaaay!

"../src/compiler/watch.ts",
"../src/compiler/commandLineParser.ts",

"processDiagnosticMessages.ts"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Also need to change processDiagnosticMessages.ts to not include reference path in generated diagnostics file https://github.com/Microsoft/TypeScript/blob/master/scripts/processDiagnosticMessages.ts#L60

@RyanCavanaugh RyanCavanaugh merged commit 0ef0b7a into microsoft:master Apr 12, 2018
@microsoft microsoft locked and limited conversation to collaborators Jul 25, 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.

3 participants