Help! Modding a seemingly unobfuscated, non-encrypted cocos game

ThePerplexedOne

Approved Modder
Original poster
Approved Modder
Jun 9, 2019
43
1,990
183
29
United Kingdom
Upon inspecting the assets folder, I found the following javascript file:
1709932379946.png


It seems to be using SystemJS to load modules from "chunks:///_virtual". I'm interested in seeing the code for these TypeScript files, so I can modify the game. However, they do not exist in the APK as far as I can tell.

Does anyone know how I can access "chunks:///_virtual"?