🐛 Fournit une fonction d'affichage aux valeurs par défaut

pull/59/head
Laurent Bossavit 2017-09-30 21:11:33 +02:00
parent 9fa8391d45
commit 60e61f4dc5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {anyNull, val} from './traverse-common-functions'
import {Node, Leaf} from './traverse-common-jsx'
import {makeJsx, evaluateNode, rewriteNode, evaluateArray, evaluateArrayWithFilter, evaluateObject, parseObject, collectNodeMissing} from './evaluation'
let constantNode = constant => ({nodeValue: constant})
let constantNode = constant => ({nodeValue: constant, jsx: nodeValue => <span className="value">{nodeValue}</span>})
let decompose = (recurse, k, v) => {
let