I'm getting exceptions when removing advice in dcl v2. Looks like it's due to a typo in the code... In advise.js you have three places that call convert() and then reference result.handles (with an s):
I saw the error running the regression tests for ibm-js/decor (like the getSetObserver test in tests/unit/Stateful.js) but I didn't bother making a minimal test case.
I'm getting exceptions when removing advice in dcl v2. Looks like it's due to a typo in the code... In advise.js you have three places that call
convert()
and then referenceresult.handles
(with an s):Yet if you look at that convert() method, it returns "handle" not "handles":
I saw the error running the regression tests for ibm-js/decor (like the getSetObserver test in tests/unit/Stateful.js) but I didn't bother making a minimal test case.