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

fix: ensure template to be ES5 compliant #111

Merged
merged 1 commit into from
Jul 20, 2023
Merged

fix: ensure template to be ES5 compliant #111

merged 1 commit into from
Jul 20, 2023

Conversation

petermuessig
Copy link
Member

Although Promise is no ES5 functionality, it is more about the JavaScript syntax. Promise could be polyfilled but Arrow functions can't be used in ES5 code. Therefore, the plugin generates syntactical ES5 code via its templates.

Although Promise is no ES5 functionality, it is more
about the JavaScript syntax. Promise could be polyfilled
but Arrow functions can't be used in ES5 code. Therefore,
the plugin generates syntactical ES5 code via its templates.
@petermuessig petermuessig requested a review from akudev July 20, 2023 21:12
@petermuessig petermuessig merged commit 16819bc into main Jul 20, 2023
6 checks passed
@petermuessig petermuessig deleted the pm1 branch July 20, 2023 21:18
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.

None yet

1 participant