Wiktor Jurkiewicz

Results 3 issues of Wiktor Jurkiewicz

- Operating System: N/R - Node Version: N/R - NPM Version: N/R - webpack Version: N/R - eslint-webpack-plugin Version: 2.4.3 (the same issue occurs on branch pref-use-finish-modules) Let's assume scenario:...

bug

# Summary `rustc_codegen_spirv` is compiled and discovered in a very hacky way. Cargo compiles `rustc_codegen_spirv` because it is inside `spirv-builder`'s Cargo.toml as a dependency, and then `spirv-builder` discovers the `rustc_codegen_spirv`'s...

t: enhancement

`AsyncHook` is declared in types but not exported by lib, this leads to types errors when trying to instantiate new AsyncHook. ``` error TypeError: tapable.AsyncHook is not a constructor ```...