Simon Y. Blackwell

Results 73 comments of Simon Y. Blackwell

The purpose on the function oriented side is to eliminate the boilerplate that is required to let the client know what functions are available and serialize/deserialize everything. Behind the scenes...

@msalahat, I thought this deserved some further response. We also wanted to be able to expose an already existing, well-defined, and well-understood API without having to create a whole new...

@msalahat here, here!

@vans163 It was. Fixed in v0.0.10. Will close this issue once you verify.

@van163 ... ah ... I know why, because jsxdirect is pulling .tagName from DOM nodes during intermediate processing, which the spec automatically upcases. Will try switching to the use of...

@vans163 Unfortunately, it looks like it is impossible to meet your request for support. This issue will be left open and marked will not fix for visibility by others. Your...

@vans163 regarding "var TabPane = antd.Tab.TabPane; What about using the ctx option to bring the TabPane for example into context?" You could certainly pass it in. I am just not...

@vans163 This is not currently possible. Only JSX within the script tags is supported. That being said, it is not impossible to implement. There would just need to be some...

Not sure how this addresses my comment, unless you are saying that obfuscator mirrors the function style of the code it is flattening or dead ending when defining other functions....

exactly what I was looking for! On Saturday, December 5, 2020, Timofey Kachalov wrote: > Hmm. Some mechanism that detects if obfuscated code uses arrow functions > and after that...