Release Notes / Version 13.2512.0
Table Of ContentsOption 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)


