@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.esm.js CHANGED
@@ -661,7 +661,7 @@ var pp$9 = Parser.prototype;
661
661
 
662
662
  // ## Parser utilities
663
663
 
664
- var literal = /^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/s;
664
+ var literal = /^(?:'((?:\\[^]|[^'\\])*?)'|"((?:\\[^]|[^"\\])*?)")/;
665
665
  pp$9.strictDirective = function(start) {
666
666
  if (this.options.ecmaVersion < 5) { return false }
667
667
  for (;;) {
@@ -5984,7 +5984,7 @@ pp.readWord = function() {
5984
5984
  // [walk]: util/walk.js
5985
5985
 
5986
5986
 
5987
- var version = "8.12.0";
5987
+ var version = "8.12.1";
5988
5988
 
5989
5989
  Parser.acorn = {
5990
5990
  Parser: Parser,