Laytan

Results 62 issues of Laytan

- excludes the braces for all the inside queries - add query for if statements - add query for plain for loops

## Failing module - **GitHub**: https://github.com/tailwindlabs/tailwindcss - **npm**: https://www.npmjs.com/package/tailwindcss ```js import resolveConfig from 'https://esm.sh/tailwindcss/resolveConfig.js'; resolveConfig({}); ``` ## Error message After running `deno run` I got this: ``` error: Uncaught TypeError:...

deno

I propose changing the `realloc` signature from `void *(*new_realloc)(void *ptr, size_t size)` to `void *(*new_realloc)(void *ptr, size_t size, size_t old_size)`. This simplifies many allocators because they don't have to have...

enhancement

Package cbor encodes, decodes, marshals and unmarshals types from/into RCF 8949 compatible CBOR binary. Also provided are conversion to and from JSON and the CBOR diagnostic format. - [RFC](https://www.rfc-editor.org/rfc/rfc8949.html)

~~I left the actual CI on the original version as that might make sense for coverage, let me know if you want those updated too.~~ I confirmed that this builds...

Universal libraries are .dylib files that contain multiple architectures, the current raylib libraries contain both x86 and arm64 in both. We already have 2 different folders for the different architectures,...