Idk? Build?

This commit is contained in:
Cyanoure
2024-09-15 14:40:14 +02:00
parent fca0f47fb0
commit 79e34f051d
8 changed files with 66 additions and 3 deletions

1
dist/index.mjs.map vendored Normal file
View File

@ -0,0 +1 @@
{"version":3,"sources":["../src/test.ts","../src/index.ts"],"sourcesContent":["export default function test(i: number) {\r\n console.log(`Hello, World! (#${i})`);\r\n}","import test from \"./test\";\r\n\r\nexport default function startTest() {\r\n let i: number = 0;\r\n setInterval(() => {\r\n i++;\r\n test(i);\r\n }, 1000);\r\n}\r\n"],"mappings":";AAAe,SAAR,KAAsB,GAAW;AACpC,UAAQ,IAAI,mBAAmB,CAAC,GAAG;AACvC;;;ACAe,SAAR,YAA6B;AAChC,MAAI,IAAY;AAChB,cAAY,MAAM;AACd;AACA,SAAK,CAAC;AAAA,EACV,GAAG,GAAI;AACX;","names":[]}