Eduardo Speroni
Eduardo Speroni
### Description Upgrades libzip to 1.9.2 (latest). The previous version had a few security issues (although I'm not sure they're exploitable).
TODO: tests this PR adds the class name to the object. Example: ``` const obj = new java.lang.Boolean(); console.log(obj.constructor.name); // java.lang.Boolean ```
Hello. Taking a look at the new interface and a lot of stuff online, I can't understand why the picture element isn't like this: ``` ``` The current implementation assumes...
## Summary Angular support is hindered by a couple of missing hooks (beforeCompile, finishModules), missing createChildCompiler, missing NormalModule and its loader hook, and finally, normalModuleFactory (not exposed yet) from the...
This is the prep work for v8 version 11+. Creating the PR so we track it more easily
Currently this adds a failing test case. I'm still investigating into why this is failing
**This is a possible breaking change** This adds additional information to native types that expect some kind of protocol. ## Before: ``` @protocol Option -(NSString *) optionId; -(NSString *) type;...
This adds deprecation and since notices to APIs: Before: ``` widgetMaximumSizeForDisplayMode(displayMode: NCWidgetDisplayMode): CGSize; ``` After: ``` /** * @since 10.0 * @deprecated 14.0 */ widgetMaximumSizeForDisplayMode(displayMode: NCWidgetDisplayMode): CGSize; ```
This is still a WIP. It uses a lot of node code to pass messages between the workers. This already allows us to pass 2 things we previously couldn't: 1....
uses clang-format to format all files according to the same styling that V8 uses. We should consider doing this only after the pending PRs we have are merged (including the...