Patrick Martin
Patrick Martin
> My take on this is, maybe opentype.js shouldn't draw at all. Why duplicate API? Have opentype.js just make the path on the canvas an the caller can fill and...
This is a good idea. We need a more robust logging system and one that's more compatible with other logging systems.
We should make it so that event.preventDefault makes it so that the message does not get printed if it would have been. The reason for that is so that it...
there are JavaScript logging and log capturing libraries that are used to manage logs or aggregate them from clients to a central logging server. By providing an event like this,...
Don't forget to add cruse elroy mode, it's an important part of pacman that people often miss.
No, closure compiler does ECMAScript version translation, so for example it pollyfills nullish coalescing when compiling to es5 or es6 which don't support it.
We can also look into SWC. Closure compiler might not be the best option because it requires the syntax to be annotated in a specific way using jsdoc comments, whereas...
@Connum I'm going to focus on this issue right now and then I'll focus on #677.
Okay, so I did get working in a compatibility build and in the regular targets, but I do need to implement a plugin for SWC to translate the spread operator...
I might just be missing an input into the target. I'll have to check.