André Fontenele
André Fontenele
Hey! Thanks for working on this, I couldn't believe when I saw it. I've done everything as in the README, but still nothing happens and the log files aren't even...
Hi! It would be nice to be able to get the same code completion and syntax highlighting using a `vtl` tag on a template string like so: ```typescript // ts...
In order to behave as expected, the final space character in the first group should be optional: https://github.com/tamasfe/taplo/blob/ccf23c655111e4feab2f55b993f65175120fbac3/site/site/public/schemas/pyproject.toml.json#LL12C19-L12C19
When running the bundler in development mode, there seems to be a race condition causing `darkMode` and `darkModeValue` to be empty. https://github.com/marklawlor/nativewind/blob/a017832f38fe5ce46dfb4f97b1daec1d44bd0955/packages/react-native-css-interop/src/runtime/web/color-scheme.ts#L9-L12 That happens because at the time this code...
Introduces `JsConfigFile` which is compatible with `JsonFile` interface. The class exposes the static method `JsConfigFile.identifier(str: string)` to allow rendering globals such as `__dirname`. ```typescript //... const eslint = new Eslint(project,...