Skip to content
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

Support reference library directives in tsc #7263

Closed

Conversation

RyanCavanaugh
Copy link
Member

Fixes #7156.

Not approved for design yet so this isn't going in as-is

@@ -2427,6 +2429,10 @@ namespace ts {
// Do not perform validation of output file name in transpile scenarios
/* @internal */ suppressOutputPathCheck?: boolean;

/* @internal */
// When options come from a config file, its path is recorded here
configFilePath?: string;
Copy link
Member

Choose a reason for hiding this comment

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

Couldn't this just placed on the Program instance?

@RyanCavanaugh RyanCavanaugh force-pushed the libraryDirectives branch 2 times, most recently from 8cf4d61 to 6c9cd9a Compare March 11, 2016 18:36
@RyanCavanaugh
Copy link
Member Author

Starting afresh

@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.

3 participants