bobe 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -589,7 +589,7 @@
589
589
  let nextC;
590
590
  while (1) {
591
591
  nextC = this.code[this.i + 1];
592
- if (typeof nextC !== 'string' || !bobeShared.matchIdStart2(nextC, 0)) {
592
+ if (typeof nextC !== 'string' || !bobeShared.matchId(nextC, 0)) {
593
593
  break;
594
594
  }
595
595
  value += nextC;