yui / yuicompressor

YUI Compressor
http://yui.github.com/yuicompressor/
Other
3.01k stars 663 forks source link

Allow string compression #343

Open xc-cloud opened 3 years ago

xc-cloud commented 3 years ago

When performing hot compilation, do not want to generate compressed files in the form of file streams, but expect to achieve compression in real time in the form of strings, and return the results in the form of strings 当进行热编译时,不希望通过文件流的形式进行生成压缩文件,期望能通过字符串形式实时达到压缩,并返回字符串形式的结果

当进行热编译时,不希望通过文件流的形式进行生成压缩文件,期望能通过字符串形式实时达到压缩,并返回字符串形式的结果