sehugg / 8bitworkshop

web-based IDE for 8-bit programming and Verilog development
http://8bitworkshop.com/
GNU General Public License v3.0
512 stars 83 forks source link

Migrate to ES2020 modules someday #41

Open sehugg opened 4 years ago

sehugg commented 4 years ago

Right now, the TypeScript compiler targets ES5, which generates non-native JS modules. We don't use Webpack or Babel or anything. The index.html page loads all of the .js files with Githubissues.

  • Githubissues is a development platform for aggregating issues.