Open
Description
π Please check the troubleshooting guide before reporting anything. It contains important information on how to fix or diagnose errors.
Issue type (mark with x
)
- π€ Question
- π Bug report
- π Feature request
- π€·ββοΈ Other
Version (mark with x
)
- 3οΈβ£ v3.x
- 2οΈβ£ v2.x
Description
Does the bundler support ES2019 "#identifer" in classes? We have a npm dependency package that the bundler cannot read.
I can only show the snippet for now and here it is:
The package is a web component ESM package and is imported as a side effect (e.g. import 'sample') to apply the shadow root to the markup.
Desired behavior:
Bundler's babel to read es2019 class syntax
Current behavior:
Bundler's Babel seems to have an issue with the files that has "#identifier"
Repro instructions (if applicable):
Cannot disclose it but it's similar to this one: #565
Other information (environment, versions etc):