yui / yuicompressor

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

identifier is a reserved word #328

Open wonchoe opened 5 years ago

wonchoe commented 5 years ago
class okAds {
    constructor(adEveryN, redata) {
        this.advBlocks = JSON.parse(redata);
        this.index = 1;
        this.adEveryEn = adEveryN;
        this.setAdv();
    }}

Class is reserved word.. i know that and i didn't use it like variable Failed to compress data: [ERROR] in - 103:10:identifier is a reserved word