Add initial JS setup

This commit is contained in:
Luc Perkins 2024-04-21 19:17:03 -03:00
parent cc5f064749
commit cf6776dfd1
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
15 changed files with 4046 additions and 39 deletions

2
dist/index.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
export { }

11
dist/index.js vendored Normal file
View file

@ -0,0 +1,11 @@
/******/ /* webpack/runtime/compat */
/******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = new URL('.', import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/) ? 1 : 0, -1) + "/";
/******/
/************************************************************************/
var __webpack_exports__ = {};
// src/index.ts
function main() {
}
main();
//# sourceMappingURL=index.js.map

1
dist/index.js.map vendored Normal file
View file

@ -0,0 +1 @@
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["function main(): void {}\n\nmain();\n"],"mappings":";AAAA,SAAS,OAAa;AAAC;AAEvB,KAAK;","names":[]}

3
dist/package.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"type": "module"
}