We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
all, probably
No response
import { 'alpha-bravo' as charlieDelta } from 'echo' export { 'foxtrot-golf' as 'hotel-india' } from 'juliet'
should work, somehow, probably.
davidbonnet/astring#713
The text was updated successfully, but these errors were encountered:
I confirmed on the playground that this now compiles to the broken code:
import {undefined as charlieDelta} from 'echo'; export {undefined} from 'juliet';
…due to the astring bug
Sorry, something went wrong.
This was also just added to the @types/estree: DefinitelyTyped/DefinitelyTyped#70504.
@types/estree
Update package-lock
package-lock
b4e5fbb
* fix for changes in `@types/estree`, more will happen later for #2536.
No branches or pull requests
Initial checklist
Affected packages and versions
all, probably
Link to runnable example
No response
Steps to reproduce
Expected behavior
should work, somehow, probably.
Actual behavior
davidbonnet/astring#713
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: