Browse Source

Turn source code into a plain ES module without UMD wrapper

As part of transition the source code to be a proper plain ES module,
we're removing the handcrafted UMD wrapper around the source code.

This means the UMD wrapper will have to come from elsewhere; a build
step introduced later.
pull/728/head
Phillip Johnsen 6 years ago
parent
commit
d8175ff498
1 changed files with 629 additions and 641 deletions
  1. +629
    -641
      mustache.mjs

+ 629
- 641
mustache.mjs
File diff suppressed because it is too large
View File


Loading…
Cancel
Save