Skip to content

feat(native): add abab to replacements - #1111

Open
dreyfus92 wants to merge 1 commit into
mainfrom
add/mr-037
Open

feat(native): add abab to replacements#1111
dreyfus92 wants to merge 1 commit into
mainfrom
add/mr-037

Conversation

@dreyfus92

Copy link
Copy Markdown
Member

🔗 Linked issue

closes: #1103

📚 Description

adds abab to the native manifest

Comment thread manifests/native.json
"abab": {
"type": "module",
"moduleName": "abab",
"replacements": ["atob", "btoa"]

@43081j 43081j Sep 13, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't quite right, as replacements is an OR, not an AND. i.e. this implies atob does the same job as btoa. you need to pick one or make a new replacement that represents both

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.

[Replacement]: abab

3 participants