@marko/translator-default 5.32.12 → 5.32.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ function _default(path, isNullable) {
43
43
  const childFile = (0, _babelUtils.loadFileForTag)(path);
44
44
  const childProgram = childFile?.ast.program;
45
45
 
46
- if (childProgram?.extra?.___featureType === "tags") {
46
+ if (childProgram?.extra?.featureType === "tags") {
47
47
  const compatRuntimeFile = `marko/src/runtime/helpers/tags-compat/${
48
48
  markoOpts.output === "html" ? "html" : "dom"
49
49
  }${markoOpts.optimize ? "" : "-debug"}.${markoOpts.modules === "esm" ? "mjs" : "js"}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "5.32.12",
3
+ "version": "5.32.14",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -34,8 +34,8 @@
34
34
  "self-closing-tags": "^1.0.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@marko/compiler": "^5.35.11",
38
- "marko": "^5.33.13"
37
+ "@marko/compiler": "^5.35.12",
38
+ "marko": "^5.33.17"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@marko/compiler": "^5.16.1",