Alphapage
Alphapage
I don't understand why metadata is only available after resolve: I think it should be available asap during each hook. Instantiate could help to do some kind of preload. I...
This would be a great feature, you could only check if import is used or if export binds to a declared syntax, then remove when unused. You don't need to...
Sorry, but it seems to be related to : https://github.com/rust-lang/rust-analyzer/issues/10408 Working config from launch.json: ```json { "type": "lldb", "request": "launch", "name": "Debug integration test 'cucumber'", "cargo": { "args": [ "test",...
Any news about this crucial feature ? When do you plan to release `the unrestricted_pointer_parameters` WGSL language extension ? Is there a way to bypass the limitation ?
Wow !!! More than 2 years and no way to compare fixed size array length and runtime size array length... wgsl is far from being usable for a little more...
``` ?fn read_to_string(reader: &mut R) -> std::io::Result where ?: ?async ?const !panic !unwind, R: Read, { let mut string = String::new(); reader.read_to_string(&mut string).await?; Ok(string) } ``` In my opinion, the...
Hello, this is a great project. Personally, I need a rest example with database request. Maybe graphql and social login too, but this could be considered as plugins ...
The easiest way would be to not remove lines, but instead comment or blank lines. An option could be passed like removeLines: false to keep sourcemaps.