Damien Flament

Results 15 issues of Damien Flament

Hi, My grammar is now too big to be kept in a single file. I gave a try to the import mechanism but the grammar failed to compile. So I...

Hi ! I'm configuring *Vite* to transform JSX using *vanjs-jsx*. It's a JavaScript project so I don't do configuration in the *tsconfig.json* file but in *vite.config.js* : ```js import {...

Fixes #325, #328 and other issues.

The *style* property is no more added to the resulting HTML elements. Previously, the *style* property was handled differently: https://github.com/vanjs-org/van/blob/2c6536e7a8502954a433143f6fdbc7f19ece0636/addons/van_jsx/src/jsx-runtime.js#L36-L39 But now, it should be handled like the other properties:...

### Description Currently, unit testing custom function is limited to asserting function output : ```typst #import "lib.typ": foo #assert.eq( foo(("baz", "bar") ("bar", "baz"), message: "Calling foo with some strings" )...

feature request