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

Make some new APIs internal and accept API baselines#18903

Merged
mhegazy merged 1 commit into
mastermicrosoft/TypeScript:masterfrom
watchAPIChangesmicrosoft/TypeScript:watchAPIChangesCopy head branch name to clipboard
Oct 3, 2017
Merged

Make some new APIs internal and accept API baselines#18903
mhegazy merged 1 commit into
mastermicrosoft/TypeScript:masterfrom
watchAPIChangesmicrosoft/TypeScript:watchAPIChangesCopy head branch name to clipboard

Conversation

@mhegazy

@mhegazy mhegazy commented Oct 3, 2017

Copy link
Copy Markdown
Contributor

Fixes #

@mhegazy mhegazy merged commit ae3f29a into master Oct 3, 2017
@weswigham weswigham deleted the watchAPIChanges branch October 3, 2017 05:19
Comment thread src/compiler/types.ts
fileNames: string[];
wildcardDirectories: MapLike<WatchDirectoryFlags>;
spec: ConfigFileSpecs;
/* @internal */ spec: ConfigFileSpecs;

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.

Should this be optional? This member later feeds into an optional configFileSpec declared as optional/internal here above at line 3835.

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.

In fact it looks like whole ExpandResult is never exposed anywhere through any API, except for the declaration of the interface itself.

So the /* @internal */ mark should go on whole ExpandResult.

@microsoft microsoft locked and limited conversation to collaborators Jun 14, 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

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