-
Notifications
You must be signed in to change notification settings - Fork 983
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
Cannot read property 'end' of undefined #441
Comments
FYI, ultimately we're working towards reproducing this error we're seeing with some samples:
The problem seems to be with a default export that also has a name, like:
but this isn't reproducible in a project that just uses two project-local modules, so something seems dependent on the module coming from a dependency. |
@justinfagnani it looks like the typescript compiler itself is hitting an error, which is causing the output to essentially be blank, thus leading to the runtime error. Digging into what's causing tsc to break now |
@justinfagnani looks like this was an issue in previous versions of TS; bumping to latest seems to fix this. Will deploy to prod and circle back once online 👍 |
@justinfagnani fixed on prod! Let me know if all looks good on your end as well |
all aces on our end! |
We're hitting a compile error on https://unpkg.com/@webcomponents/[email protected]/src/custom-style-interface.js
This file works correctly in browsers with native module support.
See the reproduction here: https://stackblitz.com/edit/js-ajeufg?file=index.js
The text was updated successfully, but these errors were encountered: