Docs: Document JavaScript language support commitment #21978
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Developer Documentation
Documentation for developers
[Type] Task
Issues or PRs that have been broken down into an individual action to take
Related: #21884
Context:
Currently, there is an informal commitment that Gutenberg will only support TC39 Stage 4 ("Finished") ECMAScript (JavaScript) language features. This commitment manifests itself in default configurations, notably
@wordpress/babel-preset-default
.Task:
This commitment should be formalized via written documentation.
Implementation Notes:
Possible documents could include one or more of:
@wordpress/babel-preset-default
package documentationIdeally, we should also document workarounds for developers who want to extend the default configuration to include additional proposals, at their own discretion (unverified example).
The text was updated successfully, but these errors were encountered: