Skip to content

Update Deprecated Babel Plugins #23

@jircdev

Description

@jircdev

I've noticed deprecation warnings related to certain Babel plugins in my project's development environment. These warnings are indicating that the following Babel plugins have been deprecated due to their functionality being merged into the ECMAScript standard:

  • @babel/plugin-proposal-private-methods
  • @babel/plugin-proposal-export-namespace-from
  • @babel/plugin-proposal-unicode-property-regex
  • @babel/plugin-proposal-optional-catch-binding
  • @babel/plugin-proposal-nullish-coalescing-operator
  • @babel/plugin-proposal-numeric-separator
  • @babel/plugin-proposal-class-properties
  • @babel/plugin-proposal-dynamic-import
  • @babel/plugin-proposal-json-strings
  • @babel/plugin-proposal-logical-assignment-operators
  • @babel/plugin-proposal-class-static-block
  • @babel/plugin-proposal-private-property-in-object
  • @babel/plugin-proposal-optional-chaining
  • @babel/plugin-proposal-object-rest-spread
  • @babel/plugin-proposal-async-generator-functions

Issue Details:

These deprecation warnings are affecting the development process of my project, and I believe it's essential to keep the BeyondJS engine up to date with the latest JavaScript/ECMAScript standards and best practices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions