@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.esm.js
CHANGED
|
@@ -661,7 +661,7 @@ var pp$9 = Parser.prototype;
|
|
|
661
661
|
|
|
662
662
|
// ## Parser utilities
|
|
663
663
|
|
|
664
|
-
var literal = /^(?:'((
|
|
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.
|
|
5987
|
+
var version = "8.12.1";
|
|
5988
5988
|
|
|
5989
5989
|
Parser.acorn = {
|
|
5990
5990
|
Parser: Parser,
|