All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.directives.x-effect.js Maven / Gradle / Ivy

There is a newer version: 3.14.1
Show newest version
import { skipDuringClone } from '../clone'
import { directive } from '../directives'
import { evaluate, evaluateLater } from '../evaluator'

directive('effect', skipDuringClone((el, { expression }, { effect }) => {
    effect(evaluateLater(el, expression))
}))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy