Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Steal.build cannot handle properties defined by Object.defineProperty(-ies)

$
0
0
Including a library that extended various objects with Object.defineProperty. steal/buildjs complained that said properties were undefined (when encountering them in the client code).

Managed to replace such definitions with simple assignments (Obj.prototype.X = Y), and it went through okay. However, I'd rather not have to dumb down the code like this.



Viewing all articles
Browse latest Browse all 3491

Trending Articles