-
Notifications
You must be signed in to change notification settings - Fork 111
chore(recommendations-plugin): Use upper tsconfig file #1215
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1215 +/- ##
==========================================
- Coverage 32.78% 32.69% -0.10%
==========================================
Files 290 295 +5
Lines 9885 10005 +120
Branches 1457 1550 +93
==========================================
+ Hits 3241 3271 +30
+ Misses 6641 6625 -16
- Partials 3 109 +106
Continue to review full report at Codecov.
|
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the "es5", lgtm.
], | ||
} | ||
, | ||
"target": "es5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other plugins are using "es6" or nothing at all (inherited from the base config) for a target.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well I copy it from containers-plugin:
There are many other references https://github.com/eclipse-che/che-theia/search?q=es5
And it'll be replaced anyway by #1213 so it's like uneeded requirement
Change-Id: I0fd532e6e2012d61d7ce03bf089ccc47dd827814 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Change-Id: I8e7a2a8d5a8feb04b9f91457d297e6a0d5ee0f29 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
dfc4058
to
d98f24b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
What does this PR do?
recommendations plug-in was using a custom (one that is added by the yeoman generator) while it should use upper configuration like the other plug-ins
Screenshot/screencast of this PR
What issues does this PR fix or reference?
N/A
How to test this PR?
Recommendations plug-in should work as before
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.
Happy Path Channel
HAPPY_PATH_CHANNEL=next