@teleporthq/teleport-uidl-resolver
Advanced tools
Comparing version
@@ -31,3 +31,3 @@ "use strict"; | ||
path: 'dangerous-html', | ||
version: '0.1.10', | ||
version: '0.1.11', | ||
meta: { | ||
@@ -34,0 +34,0 @@ importJustPath: true, |
@@ -42,2 +42,3 @@ "use strict"; | ||
var referenced_styles_1 = require("./resolvers/referenced-styles"); | ||
var html_node_1 = require("./resolvers/html-node"); | ||
/** | ||
@@ -77,2 +78,3 @@ * The resolver takes the input UIDL and converts all the abstract node types into | ||
(0, referenced_styles_1.resolveReferencedStyle)(uidl, newOptions); | ||
(0, html_node_1.resolveHtmlNode)(uidl, newOptions); | ||
// TODO: Rename into apply mappings | ||
@@ -79,0 +81,0 @@ utils.resolveNode(uidl.node, newOptions); |
@@ -28,3 +28,3 @@ export var HTMLMapping = { | ||
path: 'dangerous-html', | ||
version: '0.1.10', | ||
version: '0.1.11', | ||
meta: { | ||
@@ -31,0 +31,0 @@ importJustPath: true, |
@@ -17,2 +17,3 @@ var __assign = (this && this.__assign) || function () { | ||
import { resolveReferencedStyle } from './resolvers/referenced-styles'; | ||
import { resolveHtmlNode } from './resolvers/html-node'; | ||
/** | ||
@@ -52,2 +53,3 @@ * The resolver takes the input UIDL and converts all the abstract node types into | ||
resolveReferencedStyle(uidl, newOptions); | ||
resolveHtmlNode(uidl, newOptions); | ||
// TODO: Rename into apply mappings | ||
@@ -54,0 +56,0 @@ utils.resolveNode(uidl.node, newOptions); |
{ | ||
"name": "@teleporthq/teleport-uidl-resolver", | ||
"version": "0.23.1", | ||
"version": "0.23.2", | ||
"description": "A small package that handles the transition from UIDL to HTML elements and has support for custom mappings.", | ||
@@ -32,3 +32,3 @@ "author": "teleportHQ", | ||
}, | ||
"gitHead": "17acfc1eb5ce433e85432a1d28a52f6d5e17791e" | ||
"gitHead": "4fbd5057b0aaa1b2075c467f08798b39745618e1" | ||
} |
@@ -30,3 +30,3 @@ import { Mapping } from '@teleporthq/teleport-types' | ||
path: 'dangerous-html', | ||
version: '0.1.10', | ||
version: '0.1.11', | ||
meta: { | ||
@@ -33,0 +33,0 @@ importJustPath: true, |
@@ -7,2 +7,3 @@ import * as utils from './utils' | ||
import { resolveReferencedStyle } from './resolvers/referenced-styles' | ||
import { resolveHtmlNode } from './resolvers/html-node' | ||
@@ -52,2 +53,3 @@ /** | ||
resolveHtmlNode(uidl, newOptions) | ||
// TODO: Rename into apply mappings | ||
@@ -54,0 +56,0 @@ utils.resolveNode(uidl.node, newOptions) |
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
272650
6%85
21.43%4058
6.45%