@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 +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +4 -4
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
|
|
668
668
|
// ## Parser utilities
|
|
669
669
|
|
|
670
|
-
var literal = /^(?:'((
|
|
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.
|
|
5993
|
+
var version = "8.12.1";
|
|
5994
5994
|
|
|
5995
5995
|
Parser.acorn = {
|
|
5996
5996
|
Parser: Parser,
|