Dmitrii Tikhomirov
Dmitrii Tikhomirov
it could be nice to have from(float[] source) method at Float32Array, atm it contains from(double[] source)
@gkdn maybe you have any updates? Thanks
Are there any workarounds how to run tests, before j2cl_test ll be ported ? It's a critical feature
@gkdn just in case, do you have any updates about `testing support for Open Source` ?
> We have an intern working on it at the moment but we will see how it will turn out. ok, and i suppose you have a deadline right ?
@ctjlewis thanks for your clarification, so it means closure ignores Object.defineProperties/Object.defineProperty ? Ok, i am working on three.js and i didn't want to change the code too much but looks...
@nreid260 Thanks for advice, but it not able to do it, coz in my case Quaternion extends Object3D, @type {!Quaternion} needs me to add an export Quaternion in Object3D, that...
@nreid260 yeah, i know, it sounds strange, but it's very typical for three.js. Cycle deps everywhere ... I am about to give up adopting three.js to closure, despite the fact,...
@nreid260 thanks, it works ! ``` class Test { constructor() { Object.defineProperty( this, 'isTest', { value: true } ); Object.defineProperties( this, { isTest2: { value: true } } ); }...
> Should be within 2 months; if the project is successful. It looks like it failed ... So pity :(