chore: noise
This commit is contained in:
parent
eb383034dc
commit
d2e1a6f140
|
@ -208,7 +208,7 @@ export default function Propertea(name, options = {}) {
|
||||||
// eslint-disable-next-line no-new-func
|
// eslint-disable-next-line no-new-func
|
||||||
const makeSetter = new Function('$$old, $$set, $$track', code);
|
const makeSetter = new Function('$$old, $$set, $$track', code);
|
||||||
set = makeSetter(track.old, set, track);
|
set = makeSetter(track.old, set, track);
|
||||||
debugSilly('gen: %s', set.toString());
|
debugSilly('optimized');
|
||||||
}
|
}
|
||||||
return (Superclass) => {
|
return (Superclass) => {
|
||||||
let Target;
|
let Target;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user