@marko/compiler 5.37.2 → 5.37.4

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.
@@ -257,7 +257,7 @@ class TaglibLoader {
257
257
  var path = this.filePath;
258
258
  var dirname = this.dirname;
259
259
 
260
- if (taglib.isFromPackageJson) {
260
+ if (taglib.isFromPackageJson || /[\\/]node_modules[\\/]/.test(path)) {
261
261
  taglib.tagsDir = false;
262
262
 
263
263
  scanTagsDir(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/compiler",
3
- "version": "5.37.2",
3
+ "version": "5.37.4",
4
4
  "description": "Marko template to JS compiler.",
5
5
  "keywords": [
6
6
  "babel",
@@ -66,7 +66,7 @@
66
66
  "@babel/traverse": "^7.24.1",
67
67
  "@babel/types": "^7.24.0",
68
68
  "@luxass/strip-json-comments": "^1.2.0",
69
- "@marko/babel-utils": "^6.5.0",
69
+ "@marko/babel-utils": "^6.5.1",
70
70
  "complain": "^1.6.0",
71
71
  "he": "^1.2.0",
72
72
  "htmljs-parser": "^5.5.2",
@@ -80,7 +80,7 @@
80
80
  "source-map-support": "^0.5.21"
81
81
  },
82
82
  "devDependencies": {
83
- "@marko/translator-default": "^6.0.3"
83
+ "@marko/translator-default": "^6.0.5"
84
84
  },
85
85
  "publishConfig": {
86
86
  "access": "public"