Uploaded image for project: 'Red Hat Internal Developer Platform'
  1. Red Hat Internal Developer Platform
  2. RHIDP-6368

[Doc] 1.6 Release notes: "Breaking change"- native ESM support in Node.js code

    • 1
    • False
    • Hide

      None

      Show
      None
    • False
    • Hide
      = Deprecation of dynamic imports with `import(...)`

      The use of dynamic imports with `import(...)` has been deprecated and is no longer supported. The Backstage CLI supports native ESM in Node.js code, giving access to the importing of ESM-only packages. Therefore, you must now use `require(...)` as typeof `import(...)` when working with ESM or CommonJS packages.

      Show
      = Deprecation of dynamic imports with `import(...)` The use of dynamic imports with `import(...)` has been deprecated and is no longer supported. The Backstage CLI supports native ESM in Node.js code, giving access to the importing of ESM-only packages. Therefore, you must now use `require(...)` as typeof `import(...)` when working with ESM or CommonJS packages.
    • Deprecated Functionality
    • Done
    • RHDH Documentation 3273

            rhn-support-jmagak Judith Amondi Magak
            rh-ee-oaljalju Omar Al Jaljuli (Inactive)
            RHIDP - Documentation
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: