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

[api-extractor] Improve relativity of config paths in api-extractor.json #1217

Merged
merged 14 commits into from
Apr 11, 2019

Conversation

octogonz
Copy link
Collaborator

@octogonz octogonz commented Apr 9, 2019

Addresses issue #1216

IMPORTANT: This is a breaking change that requires most config files to be fixed up.

@octogonz octogonz requested a review from mpasarin as a code owner April 9, 2019 17:24
configFile.dtsRollup.untrimmedFilePath = ExtractorConfig._resolveConfigFileRelativePath(
'untrimmedFilePath', configFile.dtsRollup.untrimmedFilePath, currentConfigFolderPath);
}
if (configFile.dtsRollup.betaTrimmedFilePath) {
Copy link
Member

Choose a reason for hiding this comment

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

inconsistent newlines

apps/api-extractor/src/api/IConfigFile.ts Show resolved Hide resolved
@octogonz octogonz requested a review from patmill as a code owner April 11, 2019 04:16
@octogonz octogonz merged commit 6e2448b into master Apr 11, 2019
@octogonz octogonz deleted the octogonz/ae-relative-paths branch April 11, 2019 04:35
@octogonz
Copy link
Collaborator Author

This was published with API Extractor beta release 7.0.41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants