inferno-vnode-flags
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -6,3 +6,2 @@ 'use strict'; | ||
/* If editing these values check babel-plugin-also */ | ||
(function (VNodeFlags) { | ||
@@ -29,4 +28,2 @@ /* First set of bits define shape of vNode */ | ||
})(exports.VNodeFlags || (exports.VNodeFlags = {})); | ||
// Combinations are not possible, its bitwise only to reduce vNode size | ||
(function (ChildFlags) { | ||
@@ -33,0 +30,0 @@ ChildFlags[ChildFlags["UnknownChildren"] = 0] = "UnknownChildren"; |
@@ -0,0 +0,0 @@ // Generated by dts-bundle v0.7.3 |
@@ -8,3 +8,2 @@ (function (global, factory) { | ||
/* If editing these values check babel-plugin-also */ | ||
(function (VNodeFlags) { | ||
@@ -31,4 +30,2 @@ /* First set of bits define shape of vNode */ | ||
})(exports.VNodeFlags || (exports.VNodeFlags = {})); | ||
// Combinations are not possible, its bitwise only to reduce vNode size | ||
(function (ChildFlags) { | ||
@@ -35,0 +32,0 @@ ChildFlags[ChildFlags["UnknownChildren"] = 0] = "UnknownChildren"; |
{ | ||
"name": "inferno-vnode-flags", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode", |
13618
185