Skip to content

Make some new APIs internal and accept API baselines#18903

Merged
mhegazy merged 1 commit into
masterfrom
watchAPIChanges
Oct 3, 2017
Merged

Make some new APIs internal and accept API baselines#18903
mhegazy merged 1 commit into
masterfrom
watchAPIChanges

Conversation

@mhegazy
Copy link
Copy Markdown
Contributor

@mhegazy mhegazy commented Oct 3, 2017

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