@marko/translator-default 5.32.1 → 5.32.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,11 +29,7 @@ function _default(path, isNullable) {
29
29
 
30
30
  if (!relativePath) {
31
31
  const tagDef = (0, _babelUtils.getTagDef)(path);
32
- if (
33
- tagDef &&
34
- tagDef.taglibId === "marko-default-core" &&
35
- tagDef.renderer)
36
- {
32
+ if (tagDef && tagDef.renderer) {
37
33
  // Normally new tags should not be added in the translate stage.
38
34
  // We make an exception here for core tags, init-components & _preserve being the primary culprits.
39
35
  // TODO: in the future refactor so this is not needed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "5.32.1",
3
+ "version": "5.32.2",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -34,7 +34,7 @@
34
34
  "self-closing-tags": "^1.0.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@marko/compiler": "^5.35.1",
37
+ "@marko/compiler": "^5.35.3",
38
38
  "marko": "^5.33.1"
39
39
  },
40
40
  "peerDependencies": {