<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Making changes to typescript files in the tree</title><link>https://www.aras.com/community/f/development/55356/making-changes-to-typescript-files-in-the-tree</link><description>I tried to apply a trick from a previous post: 
 How to open StartItem directly without the helper window - Development - Aras Community - Aras Community 
 However, that file is now a typescript file in my tree. I guess that means I need to transpile</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Making changes to typescript files in the tree</title><link>https://www.aras.com/community/thread/10823?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2025 13:15:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:321f22e2-8bfb-4e87-95f3-d03f0084aefe</guid><dc:creator>Harald Korneliussen</dc:creator><description>&lt;p&gt;Update: I did ask aras support, and although what they told me wasn&amp;#39;t correct - they thought the typescript files would get automatically compiled by the web server - I did figure out how Aras builds its frontend now. It&amp;#39;s very easy to build, they just put the build files in the nodejs folder, which is a style of project layout I haven&amp;#39;t encountered before (but for all I know, it&amp;#39;s common to do it that way).&lt;br /&gt;&lt;br /&gt;Just calling the compile.bat file in that folder appears to rebuild the files in jsBundles from the typescript files.&lt;br /&gt;&lt;br /&gt;(Although there appears to be other files in that folder which aren&amp;#39;t reconstructed if you rename the folder and compile, I would definitively be careful before doing this on a production instance).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making changes to typescript files in the tree</title><link>https://www.aras.com/community/thread/10675?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 10:20:42 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:16227397-1bbe-410c-af2d-283fd25959c6</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;To be honest, I so far never customized a typescript file, cause I currently don&amp;acute;t have one of these Innovator versions. I just have seen them in test database, but haven&amp;acute;t modified them yet.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I haven&amp;acute;t thought about the compiling aspect yet. But that&amp;acute;s a good point.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let&amp;acute;s wait a few hours until the Aras Labs team comes back from Thanksgiving :). Or ask Aras support. I am interested in this question too.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making changes to typescript files in the tree</title><link>https://www.aras.com/community/thread/10674?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 09:57:05 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2d04a958-5624-4dcc-9044-13128182f449</guid><dc:creator>Harald Korneliussen</dc:creator><description>&lt;p&gt;We are currently in the process of upgrading to 31, I am doing this in a test base which is already upgraded to&amp;nbsp;&lt;span&gt;Release&amp;nbsp;&lt;/span&gt;&lt;span&gt;31. The typescript code is indeed fine, but editing it won&amp;#39;t work as it&amp;#39;s not typescript code that runs on the client, but javascript transpiled from it. You probably do other things in your frontend build process too, I see the javascript code ends up in files named things like &amp;quot;chunk-OLLZHG3Z.es.js&amp;quot; which contain non-human readable javascript.&lt;br /&gt;&lt;br /&gt;But I can only guess at what happens, because whatever build files you use to do this conversion from typescript to javascript/minification/chunking do not seem to be included in my tree.&lt;br /&gt;&lt;br /&gt;I have found a way to avoid using external links, so I don&amp;#39;t need to do this particular hack, but is it intentional that we no longer have the ability to change such things?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making changes to typescript files in the tree</title><link>https://www.aras.com/community/thread/10671?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 10:05:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:06a432ed-e5f1-46c9-96ec-ebcb90158327</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Harald,&lt;/p&gt;
&lt;p&gt;I guess there is nothing wrong with the typescript file. It just tells us that you use a more up to date Innovator version. In recent versions (I14+) many JS files were converted to TS even they basically do the same. Which version do you use?&lt;/p&gt;
&lt;p&gt;I am not sure if the trick from the post (11SP15!!!) still will work in your Innovator version. If the code looks nearly identical there is a good chance it will work. You can edit the TS file in a text editor just the same way you would do with the previous JS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>