Daniel Barber
Daniel Barber
Sounds good. I will stick with . (child) and .. (descendant) as query contexts. Since the backslash isn’t an acceptable in an element name, I could add backslash support to...
I am having the same issue with `neu run` crashing, so I decided to try compiling new binaries from source to see if it might resolve the issue. I checked...
Thanks @shalithasuranga, that worked! If anyone is looking for macOS 11 compatible binaries I have created a repo here: https://github.com/aleph1/neutralinojs-macos-binaries. I am happy to compile binaries for different releases of...
I’ll aim to make those other changes by early next week. I’m working on a gui library that has a large number of imports and the byte shavings off the...
> But TypeScript users will appreciate a change [here](https://github.com/terser/terser/blob/master/tools/terser.d.ts#L79-L89) Looking at the TypeScript definitions, I noticed that keep_classnames and keep_fnames can be booleans or RegExps. Would it make sense for...
> Would appreciate a test there. You can use this linked test as a template > > https://github.com/terser/terser/blob/master/test/compress/mangleprops-computed.js#L1-L22 > > Use `options = { defaults: false }` to disable compression,...
Great! I think it is good to merge, but I am also willing to do some more experimentation if you would prefer. It might just take me a few days...
I modified Terser to enable `keep_imports` by adding that option to the options.mangle defaults in minify.js and the logic for determining if the node is unmangleable in the unmangleable function...
@elibroftw, when I try to compile your code, I get the following error: **error: cannot find macro \`__cmd__OTHER_CMDS\` in this scope** .invoke_handler(tauri::generate_handler![**OTHER_CMDS**, show_in_folder]); Any ideas?
I am also wondering this as I have been considering beginning to implement better JavaScript bindings for v3 with Emscripten. I noticed you submitted a pull request to the Box2D...