@marko/translator-default 5.32.0 → 5.32.2

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.
@@ -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.0",
3
+ "version": "5.32.2",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.23.9",
32
- "@marko/babel-utils": "^6.4.0",
32
+ "@marko/babel-utils": "^6.4.1",
33
33
  "magic-string": "^0.30.6",
34
34
  "self-closing-tags": "^1.0.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@marko/compiler": "^5.35.0",
38
- "marko": "^5.33.0"
37
+ "@marko/compiler": "^5.35.3",
38
+ "marko": "^5.33.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@marko/compiler": "^5.16.1",