Compile JS

This commit is contained in:
catfoolyou
2025-02-06 16:15:37 -05:00
parent 56e30eaef1
commit 899ceb69b3
69 changed files with 30465 additions and 328 deletions

6
epkcompiler/.classpath Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_231"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>