Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

typingsInstaller:Remove triple-slash references#21982

Merged
sandersn merged 1 commit into
mastermicrosoft/TypeScript:masterfrom
remove-triple-slash-from-typingsInstallermicrosoft/TypeScript:remove-triple-slash-from-typingsInstallerCopy head branch name to clipboard
Feb 16, 2018
Merged

typingsInstaller:Remove triple-slash references#21982
sandersn merged 1 commit into
mastermicrosoft/TypeScript:masterfrom
remove-triple-slash-from-typingsInstallermicrosoft/TypeScript:remove-triple-slash-from-typingsInstallerCopy head branch name to clipboard

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.