@marko/compiler 5.37.12 → 5.37.14

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.
@@ -34,6 +34,12 @@ class CompileError extends Error {
34
34
  writable: true,
35
35
  configurable: true
36
36
  },
37
+ frame: {
38
+ value: prettyMessage,
39
+ enumerable: false,
40
+ writable: true,
41
+ configurable: true
42
+ },
37
43
  // Ignore some mutations from Babel.
38
44
  code: {
39
45
  enumerable: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/compiler",
3
- "version": "5.37.12",
3
+ "version": "5.37.14",
4
4
  "description": "Marko template to JS compiler.",
5
5
  "keywords": [
6
6
  "babel",
@@ -80,7 +80,7 @@
80
80
  "source-map-support": "^0.5.21"
81
81
  },
82
82
  "devDependencies": {
83
- "@marko/translator-default": "^6.0.14"
83
+ "@marko/translator-default": "^6.0.15"
84
84
  },
85
85
  "publishConfig": {
86
86
  "access": "public"