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

Makes Pell work in Microsoft Edge Classic #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antony
Copy link

@antony antony commented Feb 10, 2021

I realise this project is largely dormant but I figure it's useful for people who still use pell, since it is still the smallest, lightest rich editor available.

Using object rest destructuring requires pell to be pushed through babel for transpilation to older JS.

Switching to Object.assign means that it will work in Edge Classic without transpilation.

I don't use Babel on my sites any more because I stopped supporting IE11, so it's important that all libraries can run on Edge Classic without transpilation.

Using object rest destructuring requires pell to be pushed through babel for transpilation to older JS.

Switching to `Object.assign` means that it will work in Edge Classic without transpilation.
@ghost
Copy link

ghost commented Aug 19, 2022

Pell is absolutely great to be maintained a little, thanks @antony for the addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v2
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

1 participant