Skip to content
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

migration script: fix import Blockly from 'blockly' #2349

Open
1 task done
maribethb opened this issue May 13, 2024 · 0 comments
Open
1 task done

migration script: fix import Blockly from 'blockly' #2349

maribethb opened this issue May 13, 2024 · 0 comments
Assignees
Labels

Comments

@maribethb
Copy link
Contributor

Check for duplicates

  • I have searched for similar issues before opening a new one.

Component

migration

Problem

No response

Request

Using import Blockly from 'blockly' has never been recommended or explicitly supported. It won't work when we publish esmodules because we don't have a default export. The migration script should find and change these to import * as Blockly from 'blockly' if possible.

Alternatives considered

No response

Additional context

No response

@cpcallen cpcallen self-assigned this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants