Opened 8 years ago
Last modified 8 years ago
#16782 confirmed New Feature
Add ES6 compatibility to CKBuilder
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
Upload addon with ES6 syntax (e.g. let instead of var) to the addons repo.
or even better:
Create a plugin with ES6 syntax and use command line builder to build CKEditor.
Expected result
Everything should work.
Actual result
Validating JS files plugin.js (line 19):
missing ; before statement
ES6_FEATURE. this language feature is only supported in es6 mode: let declarations. Use --language_in=ECMASCRIPT6 or ECMASCRIPT6_STRICT to enable ES6 features. at .tmp803549/plugin.js line 19 : 12
Other details (browser, OS, CKEditor version, installed plugins)
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Milestone: | CKEditor 4.7.0 |
---|---|
Priority: | Normal → Nice to have (we want to work on it) |
Status: | new → confirmed |
Not a high priority for now unless our community will actively request it in comments.