Connor Pearson
Connor Pearson
### Describe the feature Currently the redis driver does not implement `getItemRaw`/`setItemRaw`. It uses the default method of `serializeRawData` + `setItem`. Since ioredis can binary data, it should be unnecessary...
For users of GitLab, it would be helpful for the linter to have a `gitlab` output format which conforms to GitLab's [Code Quality Report Format](https://docs.gitlab.com/ci/testing/code_quality/#code-quality-report-format)
It should be possible to do something like ```evaluate(`"foo" + 'bar'`) => "foobar"``` https://github.com/google/cel-spec/blob/master/doc/langdef.md#string-and-bytes-values
This change adds a vitest config file and excludes the examples directory from test coverage reporting.
It should be fine to reduce `logObj.title && logObj.title` to `logObj.title`. Perhaps `logObj && logObj.title` was intended, but since this is within `if (logObj.type === "box") {}`, `logObj` should be...
## Which problem is this PR solving? I'm building an application with rollup. I want to use the `esnext` export from `@opentelemetry/api`, so I add `'esnext'` as an export condition....
### Describe the feature Follow-up discussion from https://github.com/unjs/mkdist/pull/268#discussion_r1885496778 Currently the declaration files for Vue components are named `component.vue.d.ts`. According the [TypeScript docs](https://www.typescriptlang.org/tsconfig/#allowArbitraryExtensions), it seems `component.vue.d.ts` will work for CommonJS resolution,...
Makes sure the extension used in the import inside the declaration file matches that of the output. When the output code is uses `.mjs` the import in the declaration should...
This is a partial fix for #138. (Wasn't sure if I should split it out into a new bug) It addresses the issue where changing the extension of the output...
### Environment [email protected] node 20.9.0 ### Reproduction * Set the output extension to mjs or cjs, enable outputting declarations and enable `addRelativeDeclarationExtensions` * Have a file which imports from another...