-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix(server): throw if multiple instances use the same compiler #3039
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
Conversation
bdc6829
to
6d05ac2
Compare
Codecov Report
@@ Coverage Diff @@
## master #3039 +/- ##
==========================================
+ Coverage 92.30% 92.33% +0.02%
==========================================
Files 37 37
Lines 1261 1265 +4
Branches 328 329 +1
==========================================
+ Hits 1164 1168 +4
Misses 92 92
Partials 5 5
Continue to review full report at Codecov.
|
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.
/cc @alexander-akait
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
This PR adds a
devServer
property to the compiler instance, which the server is attached to:Breaking Changes
N/A
Additional Info