You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer,
I want to have a choice of developing application using typscript,
so that I can get more flexibility and type safety
Description
The developer has the option to turn Typescript on during creation of the project and their typescript coding for controller extension is properly working in CPE and in Preview.
Given I have created an ADP with typescript enabled when I start the Adaptation Editor then my typescript controller extension files will be transpiled and work on the fly
Notes
Tasks
Unit Tests added
Test Cases defined
The text was updated successfully, but these errors were encountered:
As a developer,
I want to have a choice of developing application using typscript,
so that I can get more flexibility and type safety
Description
The developer has the option to turn Typescript on during creation of the project and their typescript coding for controller extension is properly working in CPE and in Preview.
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have created an ADP with typescript enabled
when I start the Adaptation Editor
then my typescript controller extension files will be transpiled and work on the fly
Notes
Tasks
The text was updated successfully, but these errors were encountered: