Maciej Hirsz
Maciej Hirsz
+ [x] #75 + [x] #78 + [x] a way to render raw HTML (#94) + [x] #92. + [x] #105. + [ ] #70 + [ ] #51 +...
First batch of changes from the [big PR](https://github.com/axic/yultsur/pull/5): + Added `TypedIdentifier`, following the grammar spec, that must have a type. Function definitions and variable declarations now use `Vec` instead of...
**Will be crossing out things in this PR as they are moved to their own smaller PRs:** + ~Added `TypedIdentifier`, following the grammar spec, that must have a type. Function...
### Describe the Bug I have the following imports in my Rust code: ```rust #[wasm_bindgen(js_namespace = document, js_name = createTextNode)] pub(crate) fn text_node(t: &str) -> Node; #[wasm_bindgen(js_namespace = document, js_name...