项目作者: waffleston

项目描述 :
Effective javascript modularization and fine-control minification.
高级语言: C++
项目地址: git://github.com/waffleston/modulaether-script.git
创建时间: 2017-03-13T01:57:34Z
项目社区:https://github.com/waffleston/modulaether-script

开源协议:Apache License 2.0

下载


modulaether-script

Effective javascript modularization and fine-control minification.

What is it?

It’s essentially a javascript preprocessing language, designed to improve load times on initialization. Non-critical functions can be moved to alternate files and loaded asynchronously+deferred to ensure user experience is not impacted. It also features inline minification toggles (carriage returns, comments, spaces, …), allowing partial minification / exemptions.

Download

Windows temporarily unavailable.

To-Do:

  • Full rewrite (meeting specification, but not undocumented behavior).
  • Make specification more specific (reduce undocumented behaviors).
  • Semicolon insertion when removing carriage returns.
  • Obfuscation
  • Macros

Specification is being moved to the wiki.