Skip to content

typingsInstaller:Remove triple-slash references#21982

Merged
sandersn merged 1 commit into
masterfrom
remove-triple-slash-from-typingsInstaller
Feb 16, 2018
Merged

typingsInstaller:Remove triple-slash references#21982
sandersn merged 1 commit into
masterfrom
remove-triple-slash-from-typingsInstaller

Conversation

@sandersn
Copy link
Copy Markdown
Member

Replace them with an explicit list of files in tsconfig. I got this list by adding --listFiles to the jake-generated command.

I did this because I mistakenly added a depedency from compiler/utilities.ts to compiler/factory.ts and couldn't figure out how dependencies were resolved because I forgot about triple-slash references.

Replace them with an explicit list of files in tsconfig. I got this list
by adding --listFiles to the jake-generated command.
@sandersn sandersn requested review from a user and uniqueiniquity February 15, 2018 22:55
@sandersn sandersn merged commit 7e8dab6 into master Feb 16, 2018
@sandersn sandersn deleted the remove-triple-slash-from-typingsInstaller branch February 16, 2018 22:00
@@ -1,4 +1,3 @@
/// <reference path="typingsInstaller.ts"/>
/// <reference types="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.

you do not need this one either. the tsconfig.json already has types: [ "node" ]

@microsoft microsoft locked and limited conversation to collaborators Jul 3, 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.

2 participants