babel-plugin-hydroxide
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -1,2 +0,2 @@ | ||
// babel-plugin-hydroxide v1.5.0 | ||
// babel-plugin-hydroxide v1.6.0 | ||
'use strict'; | ||
@@ -57,2 +57,3 @@ | ||
const marker = '<!>'; | ||
const RENDER_PHASE = 3; | ||
@@ -321,3 +322,3 @@ function isSLiteral(expr) { | ||
t__namespace.arrowFunctionExpression([], expr), | ||
t__namespace.numericLiteral(1) | ||
t__namespace.numericLiteral(RENDER_PHASE) | ||
]); | ||
@@ -324,0 +325,0 @@ } |
{ | ||
"name": "babel-plugin-hydroxide", | ||
"description": "Compiler for Hydroxide Framework", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"author": "Manan Tank", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
53488
1469