@hpcc-js/observablehq-compiler 1.2.13 → 1.3.0

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.js CHANGED
@@ -667,7 +667,7 @@
667
667
 
668
668
  // ## Parser utilities
669
669
 
670
- var literal = /^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/s;
670
+ var literal = /^(?:'((?:\\[^]|[^'\\])*?)'|"((?:\\[^]|[^"\\])*?)")/;
671
671
  pp$9.strictDirective = function(start) {
672
672
  if (this.options.ecmaVersion < 5) { return false }
673
673
  for (;;) {
@@ -5990,7 +5990,7 @@
5990
5990
  // [walk]: util/walk.js
5991
5991
 
5992
5992
 
5993
- var version = "8.12.0";
5993
+ var version = "8.12.1";
5994
5994
 
5995
5995
  Parser.acorn = {
5996
5996
  Parser: Parser,