Hacker News new | ask | show | jobs
by ratww 2355 days ago
> some of which seem to have to do with JS's lack of an include() function

This has been solved by ES Modules, which is already in all major browsers. Only IE is lagging behind (but there are polyfills).