@teleporthq/teleport-plugin-common
Advanced tools
Comparing version 0.38.3 to 0.38.5
@@ -120,2 +120,4 @@ "use strict"; | ||
return 'Expression nodes are not supported'; | ||
case 'cms-list-repeater': | ||
return 'CMS repeater nodes are not supported'; | ||
default: | ||
@@ -122,0 +124,0 @@ throw new Error("generateHTMLSyntax encountered a node of unsupported type: ".concat(JSON.stringify(node, null, 2))); |
@@ -95,2 +95,4 @@ var __assign = (this && this.__assign) || function () { | ||
return 'Expression nodes are not supported'; | ||
case 'cms-list-repeater': | ||
return 'CMS repeater nodes are not supported'; | ||
default: | ||
@@ -97,0 +99,0 @@ throw new Error("generateHTMLSyntax encountered a node of unsupported type: ".concat(JSON.stringify(node, null, 2))); |
{ | ||
"name": "@teleporthq/teleport-plugin-common", | ||
"version": "0.38.3", | ||
"version": "0.38.5", | ||
"description": "Common building and modelating functions for ASTs and HASTs", | ||
@@ -35,3 +35,3 @@ "author": "teleportHQ", | ||
}, | ||
"gitHead": "2815eea2fa5aa265a1e63c9254494cc2c98f1a42" | ||
"gitHead": "3ac5a427c7ce0620dc1e61dfc71544ef515537ad" | ||
} |
@@ -127,3 +127,4 @@ import * as hastUtils from '../../utils/hast-utils' | ||
return 'Expression nodes are not supported' | ||
case 'cms-list-repeater': | ||
return 'CMS repeater nodes are not supported' | ||
default: | ||
@@ -130,0 +131,0 @@ throw new Error( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
674335
8960