Skip to content

Conversation

sapphi-red
Copy link
Contributor

Rollup Plugin Name: pluginutils

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

resolves #1437

Description

This PR adds namedExports: 'include-arbitrary-name' option to dataToEsm function in pluginutils.
When this option is set, dataToEsm will generate named export for keys that was not a valid identifier by leveraging Arbitrary module namespace identifier names feature (tc39/ecma262#2154).

@sapphi-red sapphi-red changed the title feat(pluginutils): add namedExports: 'include-arbitrary-name' to dataToEsm feat(pluginutils): add includeArbitraryNames: true to dataToEsm Nov 26, 2023
@shellscape shellscape merged commit 3c53a29 into rollup:master Nov 28, 2023
@shellscape
Copy link
Collaborator

thanks!

@shellscape
Copy link
Collaborator

We've got a regex issue with our release step. I'll fix that this week and we'll get this published.

@sapphi-red sapphi-red deleted the feat/support-arbitrary-name-data-to-esm branch November 29, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an option to include non-legal identifier named exports to dataToEsm function of pluginutils

2 participants