1.0.1 • Published 7 years ago

fekey-preprocessor-langext v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

fekey-preprocessor-extlang

fekey preproccessor plugin for parse swig custom tags.

支持使用Swig script, style 插件的JavaScript的语言扩展

{% script %}
    require('./a.js');
    __inline('./b.js');
    var a = __uri('./c.js');
    //blabla
{% endscript %}

{% style %}
@import url(./a.css?__inline);
{% endstyle %}
1.0.1

7 years ago

1.0.0

7 years ago