@marko/compiler 5.30.3 → 5.31.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.
@@ -205,7 +205,6 @@ function getMarkoFile(code, fileOpts, markoOpts) {
205
205
 
206
206
  const meta = file.metadata.marko = {
207
207
  id,
208
- macros: {},
209
208
  deps: [],
210
209
  tags: [],
211
210
  watchFiles: [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marko/compiler",
3
3
  "description": "Marko template to JS compiler.",
4
- "version": "5.30.3",
4
+ "version": "5.31.0",
5
5
  "author": "Dylan Piercey <dpiercey@ebay.com>",
6
6
  "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
7
7
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@babel/runtime": "^7.16.0",
16
16
  "@babel/traverse": "^7.16.0",
17
17
  "@babel/types": "^7.16.0",
18
- "@marko/babel-utils": "^6.1.0",
18
+ "@marko/babel-utils": "^6.2.0",
19
19
  "complain": "^1.6.0",
20
20
  "he": "^1.2.0",
21
21
  "htmljs-parser": "^5.4.3",
@@ -30,7 +30,7 @@
30
30
  "strip-json-comments": "^3.1.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@marko/translator-default": "^5.28.3"
33
+ "@marko/translator-default": "^5.29.0"
34
34
  },
35
35
  "files": [
36
36
  "dist",