TypeScript

SuiteCommerce Advanced (SCA) source code is being migrated to TypeScript in phases. TypeScript is an open source superset of JavaScript designed to optimize development efficiency. To learn more about TypeScript, see Typescriptlang.org.

Important:

Do not edit SCA source code directly. Use the SCA developer tools to override or extend existing SCA source code to create the custom functionality you want. For more information, see Best Practices for Customizing SCA.

The code migration to TypeScript is ongoing and includes changes such as:

TypeScript code compiles to common JavaScript. The gulp local and gulp deploy commands automatically compile all SCA TypeScript files to JavaScript.

Related Topics

General Notices