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

misc(build): fix devtools tests by making empty type files #11418

Merged
merged 2 commits into from
Sep 14, 2020

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Sep 11, 2020

ref #11414 (comment)

these files were added manually to our third party folder in CDT, but we destroy that folder when we roll, so we must make them.

@connorjclark connorjclark requested a review from a team as a code owner September 11, 2020 20:18
@connorjclark connorjclark requested review from paulirish and removed request for a team September 11, 2020 20:18
@connorjclark connorjclark mentioned this pull request Sep 11, 2020
10 tasks
@connorjclark connorjclark changed the title build(devtools): fix tests by making empty type files misc(build): fix devtools tests by making empty type files Sep 11, 2020
@@ -33,6 +33,8 @@ writeFile('report.js', htmlReportAssets.REPORT_JAVASCRIPT);
writeFile('report.css', htmlReportAssets.REPORT_CSS);
writeFile('template.html', htmlReportAssets.REPORT_TEMPLATE);
writeFile('templates.html', htmlReportAssets.REPORT_TEMPLATES);
writeFile('report.d.ts', 'export {}');
writeFile('report-generator.d.ts', 'export {}');
Copy link
Member

Choose a reason for hiding this comment

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

Not important for this PR, but FWIW we can make these now. emitDeclarationOnly works for js now, and the report side of types are a lot more cleanly separated than the rest of LH. I don't know if it'll actually help with any DevTools integration, though.

Copy link
Member

@paulirish paulirish left a comment

Choose a reason for hiding this comment

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

sure. lgtm from me on the build miscellanea.

@connorjclark connorjclark merged commit fa17558 into master Sep 14, 2020
@connorjclark connorjclark deleted the fix-devtools-tests branch September 14, 2020 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants