Михаил Кормановский (Mikhail Kormanovskii)

Results 6 issues of Михаил Кормановский (Mikhail Kormanovskii)

When I build my js file with quagga imported into it I get the following error: ```js global is not defined ```

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When running `yarn` for a project which has a file in its `"bin"` section...

bug
reproducible

Details: Source code: ```cpp #include class C { nlohmann::json j; }; int main() { C c; return 0; } ``` compile_commands.json: ```json [ { "directory": "/Users/mikhail/Projects/test_clang_uml", "command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -I/Users/mikhail/Projects/test_clang_uml/../third_party/dependencies/json/single_include -isysroot...

Added an option named `SKIP_OPTIMIZATIONS` to help resolve #7566

I would like to use binaryen just to emit WASM modules without optimizations, Wasm2JS and so on. Is it possible to compile somewhat minimal amount of code for that? Did...

Ported missing PythonParseBase from TypeScript to C++. This is needed so that one can create fully working Python parser.