back2dos on v1
Add key value iterator to Child… (compare)
dependabot[bot] on npm_and_yarn
Bump cross-fetch from 3.1.4 to … (compare)
dependabot[bot] on npm_and_yarn
Bump async from 2.6.3 to 2.6.4 … (compare)
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.5 to 1.2… (compare)
back2dos on v1
Slightly better Attribute imple… (compare)
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.5 to 1.2… (compare)
raw("something here")
is usable as a value and will generate something here
var(--ident)
/ var(--ident, any fallback value, including comma)
in value place, not --ident
hey guys. I need to make controlled
var out of editable
that comes from another place. My thinking was to use shared
but I can't get it to work. My example:
class ModelA implements Model {
@:editable var yo:String;
}
class ModelB implements Model {
@:shared var yo:String;
@:constant var view:RenderResult = hxx(<MyView yo = $yo/>);
}
class MyView extends View {
@:controlled var yo:String;
}
var modelA = new ModelA({yo: "default yo"});
var modelB = new ModelB({yo: modelA.yo});
what did I miss?
another one: can I pass controlled var to children and control it from there?
ya
@:loaded
the last successfully completed one)