Hi,
i tried using TypeScript directly in clientlibs like explained in here:
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo...
I tried following steps explained in documentation and its not working for me.
I created cq:ClientLibraryFolder, modified jsProcessor as shown in their example (Typescript to Preprocess and Then GCC to Minify and Obfuscate), but when code is compiled to js its throwing "Uncaught SyntaxError: Unexpected identifier" for any typescript syntax.
Does anyone have experience or examples using TS directly in clientlibs without using any additional, external compilers?
I found this post where it says that gcc is not working on 6.4, are there any updates on 6.5 or cloud version?
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-4-2-gcc-js-processor...
Thanks!