Lex

Results 8 issues of Lex

**General Information** - [ ] Bug - [x] Improvement - [ ] Feature - [ ] Other **Description** Although the project `package.json` properly indicates compatible versions of `styled-components`, this information...

[`fast-glob`][1] allows the use of custom file system functions via the [`fs` option][2]. [`checkCwdOption`][3] should respect `options.fs`: ```patch diff --git a/index.js b/index.js index ce5a65639d49b3fc665b35d4b0d162e092c9d612..445bbadf62a85b4aab4728c3aafa34fd30c3caf9 100644 --- a/index.js +++ b/index.js @@...

disabling sign-in makes users lose access to their saved patterns. i was **_just_** signed into regexr. after attempting to sign back in, however, i received the following message: ```txt Sign...

enhancement

**Describe the bug** dprint-plugin-typescript version: `0.90.5` Associated files cannot be formatted if the file extension is not a standard JavaScript or TypeScript extension. Instead of the file being formatted, an...

**Prettier 2.5.0** [Playground link][1] **Options:** ```json { "arrowParens": "always", "bracketSameLine": false, "bracketSpacing": true, "embeddedLanguageFormatting": "auto", "htmlWhitespaceSensitivity": "css", "insertPragma": false, "jsxSingleQuote": true, "parser": "typescript", "printWidth": 80, "proseWrap": "preserve", "quoteProps": "as-needed", "requirePragma":...

type:enhancement
lang:javascript

### Description [`ResolvedConfig`][1] is currently defined as a type, but it should be an interface. Unlike with `UserConfig`, this means [declaration merging][2] cannot be taken advantage of by plugin developers....

enhancement: pending triage

Version: `0.47.2` ## Current behavior using a [negated glob][negated-glob] pattern in `excludes` does not work when attempting to include a `node_modules` directory: ```json { "excludes": ["!**/__fixtures__/node_modules/**/"] } ``` this pattern...

### Expected Behavior / Situation I am building a tool on top of rollup. I'm using the `onLog` hook to collect logs, and the `onLog` option because I want to...

t⁷ ⋅ modification
t⁸ ⋅ triage