close

Filter

loading table of contents...

Release Notes / Version 13.2512.0

Table Of Contents

CoreMedia Studio Client

Option to use import { type } in Ext TS code

Using the new TypeScript type import syntax where the type keyword is used for specific named imports inside the curly braces is now fully supported. Example: {{import

{ type ExtensionPoint }

from "@coremedia/studio-client.extension-point-toolkit";}}

Before, type had to be used outside the curly braces, so you needed two import declarations if you wanted to import both types and values. Otherwise, runtime dependencies were computed incorrectly, potentially leading to a build error.

(CMS-29590)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.