rauschma / re-template-tag

Home Page:http://2ality.com/2017/07/re-template-tag.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad publish for `2.0.0`?

AndersDJohnson opened this issue · comments

Was there a bad publish for 2.0.0? I see this source:

var id = function id(x) {
  return x;
};

console.log(['a', 'b'].includes('b'));

Same here. 1.0.1 seems to be fine though.

Thanks! Should be fixed now.

Looks good now, thanks!