You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try to ensure we have a very consistent architecture here, so this difference seems a little surprising to me. Not sure which one is right I must admit.
The text was updated successfully, but these errors were encountered:
guybedford
changed the title
Top-level package scope should always be imports scope
Top-level package scope should inconsistent between stdout and HTML injection
Apr 3, 2023
For the following example:
package.json
with
app.js
containing:Running:
Gives:
But if I provide an output HTML file:
Then I get a different scope grouping:
We should try to ensure we have a very consistent architecture here, so this difference seems a little surprising to me. Not sure which one is right I must admit.
The text was updated successfully, but these errors were encountered: