@marko/translator-default 5.32.12 → 5.32.13

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.13",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",