piscisaureus / loader

Home Page:https://piscisaureus.github.io/loader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module loader hook prototype

How to run it.

  • Probably works with Chrome only.
  • Have developer tools open. The "console", "sources", and "network" tabs are going to be the interesting ones.

Local

Online

What are these files?

  • app1.js, app2.js - The application's "main" modules; they're imported by index.html.
  • somedata.json, somesnippet.html - Non JavaScript files that can be imported as modules.
  • loaders/* - The JSON and HTML loader plugins live here. Take a look!
  • service/* - The infrastructure that makes loader plugins work. It's a mess, don't look.

About

https://piscisaureus.github.io/loader/


Languages

Language:JavaScript 73.1%Language:Rust 21.2%Language:HTML 5.5%Language:Shell 0.3%