preact-render-to-string
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -7,2 +7,14 @@ (function (global, factory) { | ||
if (typeof Symbol !== 'function') { | ||
(function () { | ||
var c = 0; | ||
Symbol = function (s) { | ||
return '@@' + s + ++c; | ||
}; | ||
Symbol.for = function (s) { | ||
return '@@' + s; | ||
}; | ||
})(); | ||
} | ||
var NON_DIMENSION_PROPS = { | ||
@@ -9,0 +21,0 @@ boxFlex: 1, boxFlexGroup: 1, columnCount: 1, fillOpacity: 1, flex: 1, flexGrow: 1, |
{ | ||
"name": "preact-render-to-string", | ||
"amdName": "preactRenderToString", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Render JSX to an HTML string, with support for Preact components.", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -0,1 +1,2 @@ | ||
import './polyfills'; | ||
import renderToString from '.'; | ||
@@ -2,0 +3,0 @@ import { indent, encodeEntities, assign } from './util'; |
Sorry, the diff of this file is not supported yet
116714
22
1599