We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
editor.defaultFormatter: standard.vscode-standard
Added the following config to my workspace settings.json:
{ "standard.engine": "ts-standard", "[typescript]": { "editor.defaultFormatter": "standard.vscode-standard" }, }
I've also installed ts-standard locally
When I format typescript files, it should use ts-standard with the above configuration.
However, I get the following message instead: .
Attempting to configure the default formatter also doesn't present standard as an option:
├─ @aashutoshrathi/[email protected] ├─ @actions/[email protected] │ ├─ @actions/http-client@^2.0.1 │ └─ uuid@^8.3.2 ├─ @actions/[email protected] │ ├─ @actions/http-client@^2.2.0 │ ├─ @octokit/core@^5.0.1 │ ├─ @octokit/plugin-paginate-rest@^9.0.0 │ └─ @octokit/plugin-rest-endpoint-methods@^10.0.0 ├─ @actions/[email protected] │ ├─ tunnel@^0.0.6 │ └─ undici@^5.25.4 ├─ @ampproject/[email protected] │ ├─ @jridgewell/gen-mapping@^0.1.0 │ ├─ @jridgewell/[email protected] │ │ ├─ @jridgewell/set-array@^1.0.0 │ │ └─ @jridgewell/sourcemap-codec@^1.4.10 │ ├─ @jridgewell/trace-mapping@^0.3.9 │ └─ @jridgewell/[email protected] │ ├─ @jridgewell/[email protected] │ └─ @jridgewell/[email protected] ├─ @babel/[email protected] │ └─ @babel/highlight@^7.18.6 ├─ @babel/[email protected] ├─ @babel/[email protected] │ ├─ @ampproject/remapping@^2.1.0 │ ├─ @babel/code-frame@^7.18.6 │ ├─ @babel/generator@^7.20.2 │ ├─ @babel/helper-compilation-targets@^7.20.0 │ ├─ @babel/helper-module-transforms@^7.20.2 │ ├─ @babel/helpers@^7.20.1 │ ├─ @babel/parser@^7.20.2 │ ├─ @babel/template@^7.18.10 │ ├─ @babel/traverse@^7.20.1 │ ├─ @babel/types@^7.20.2 │ ├─ convert-source-map@^1.7.0 │ ├─ debug@^4.1.0 │ ├─ gensync@^1.0.0-beta.2 │ ├─ json5@^2.2.1 │ ├─ semver@^6.3.0 │ └─ [email protected] ├─ @babel/[email protected] │ ├─ @babel/types@^7.20.2 │ ├─ @jridgewell/gen-mapping@^0.3.2 │ └─ jsesc@^2.5.1 ├─ @babel/[email protected] │ ├─ @babel/compat-data@^7.20.0 │ ├─ @babel/helper-validator-option@^7.18.6 │ ├─ browserslist@^4.21.3 │ ├─ semver@^6.3.0 │ └─ [email protected] ├─ @babel/[email protected] ├─ @babel/[email protected] │ ├─ @babel/[email protected] │ │ ├─ @babel/highlight@^7.22.13 │ │ └─ chalk@^2.4.2 │ ├─ @babel/[email protected] │ ├─ @babel/[email protected] │ ├─ @babel/[email protected] │ │ ├─ @babel/helper-validator-identifier@^7.22.20 │ │ ├─ chalk@^2.4.2 │ │ └─ js-tokens@^4.0.0 │ ├─ @babel/[email protected] │ ├─ @babel/template@^7.22.15 │ ├─ @babel/[email protected] │ │ ├─ @babel/code-frame@^7.22.13 │ │ ├─ @babel/parser@^7.22.15 │ │ └─ @babel/types@^7.22.15 │ ├─ @babel/types@^7.23.0 │ ├─ @babel/[email protected] │ │ ├─ @babel/helper-string-parser@^7.22.5 │ │ ├─ @babel/helper-validator-identifier@^7.22.20 │ │ └─ to-fast-properties@^2.0.0 │ ├─ [email protected] │ │ └─ color-convert@^1.9.0 │ ├─ [email protected] │ │ ├─ ansi-styles@^3.2.1 │ │ ├─ escape-string-regexp@^1.0.5 │ │ └─ supports-color@^5.3.0 │ ├─ [email protected] │ │ └─ [email protected] │ ├─ [email protected] │ ├─ [email protected] │ ├─ [email protected] │ └─ [email protected] │ └─ has-flag@^3.0.0 ├─ @babel/[email protected] │ ├─ @babel/[email protected] │ ├─ @babel/[email protected] │ ├─ @babel/types@^7.22.5 │ └─ @babel/[email protected] │ ├─ @babel/helper-string-parser@^7.22.5 │ ├─ @babel/helper-validator-identifier@^7.22.20 │ └─ to-fast-properties@^2.0.0 ├─ @babel/[email protected] │ └─ @babel/types@^7.18.6 ├─ @babel/[email protected] │ ├─ @babel/helper-environment-visitor@^7.18.9 │ ├─ @babel/helper-module-imports@^7.18.6 │ ├─ @babel/helper-simple-access@^7.20.2 │ ├─ @babel/helper-split-export-declaration@^7.18.6 │ ├─ @babel/helper-validator-identifier@^7.19.1 │ ├─ @babel/template@^7.18.10 │ ├─ @babel/traverse@^7.20.1 │ └─ @babel/types@^7.20.2 ├─ @babel/[email protected] ├─ @babel/[email protected] │ └─ @babel/types@^7.20.2 ├─ @babel/[email protected] │ └─ @babel/types@^7.18.6 ├─ @babel/[email protected] ├─ @babel/[email protected] ├─ @babel/[email protected] ├─ @babel/[email protected] │ ├─ @babel/template@^7.18.10 │ ├─ @babel/traverse@^7.20.1 │ └─ @babel/types@^7.20.0 ├─ @babel/[email protected] │ ├─ @babel/helper-validator-identifier@^7.18.6 │ ├─ [email protected] │ │ └─ color-convert@^1.9.0 │ ├─ chalk@^2.0.0 │ ├─ [email protected] │ │ ├─ ansi-styles@^3.2.1 │ │ ├─ escape-string-regexp@^1.0.5 │ │ └─ supports-color@^5.3.0 │ ├─ [email protected] │ │ └─ [email protected] │ ├─ [email protected] │ ├─ [email protected] │ ├─ [email protected] │ ├─ js-tokens@^4.0.0 │ └─ [email protected] │ └─ has-flag@^3.0.0 ├─ @babel/[email protected] ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.12.13 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.10.4 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.18.6 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.10.4 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.10.4 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.14.5 ├─ @babel/[email protected] │ └─ @babel/helper-plugin-utils@^7.19.0 ├─ @babel/[email protected] │ ├─ @babel/code-frame@^7.18.6 │ ├─ @babel/parser@^7.18.10 │ └─ @babel/types@^7.18.10 ├─ @babel/[email protected] │ ├─ @babel/code-frame@^7.22.13 │ ├─ @babel/[email protected] │ │ ├─ @babel/highlight@^7.22.13 │ │ └─ chalk@^2.4.2 │ ├─ @babel/generator@^7.23.0 │ ├─ @babel/[email protected] │ │ ├─ @babel/types@^7.23.0 │ │ ├─ @jridgewell/gen-mapping@^0.3.2 │ │ ├─ @jridgewell/trace-mapping@^0.3.17 │ │ └─ jsesc@^2.5.1 │ ├─ @babel/helper-environment-visitor@^7.22.20 │ ├─ @babel/[email protected] │ ├─ @babel/helper-function-name@^7.23.0 │ ├─ @babel/helper-hoist-variables@^7.22.5 │ ├─ @babel/helper-split-export-declaration@^7.22.6 │ ├─ @babel/[email protected] │ │ └─ @babel/types@^7.22.5 │ ├─ @babel/[email protected] │ ├─ @babel/[email protected] │ ├─ @babel/[email protected] │ │ ├─ @babel/helper-validator-identifier@^7.22.20 │ │ ├─ chalk@^2.4.2 │ │ └─ js-tokens@^4.0.0 │ ├─ @babel/parser@^7.23.0 │ ├─ @babel/[email protected] │ ├─ @babel/types@^7.23.0 │ ├─ @babel/[email protected] │ │ ├─ @babel/helper-string-parser@^7.22.5 │ │ ├─ @babel/helper-validator-identifier@^7.22.20 │ │ └─ to-fast-properties@^2.0.0 │ ├─ [email protected] │ │ └─ color-convert@^1.9.0 │ ├─ [email protected] │ │ ├─ ansi-styles@^3.2.1 │ │ ├─ escape-string-regexp@^1.0.5 │ │ └─ supports-color@^5.3.0 │ ├─ [email protected] │ │ └─ [email protected] │ ├─ [email protected] │ ├─ debug@^4.1.0 │ ├─ [email protected] │ ├─ globals@^11.1.0 │ ├─ [email protected] │ ├─ [email protected] │ └─ [email protected] │ └─ has-flag@^3.0.0 ├─ @babel/[email protected] │ ├─ @babel/helper-string-parser@^7.19.4 │ ├─ @babel/helper-validator-identifier@^7.19.1 │ └─ to-fast-properties@^2.0.0 ├─ @bcoe/[email protected] ├─ @cspotcode/[email protected] │ ├─ @jridgewell/[email protected] │ └─ @jridgewell/[email protected] │ ├─ @jridgewell/resolve-uri@^3.0.3 │ └─ @jridgewell/sourcemap-codec@^1.4.10 ├─ @eslint-community/[email protected] │ └─ eslint-visitor-keys@^3.3.0 ├─ @eslint-community/[email protected] ├─ @eslint/[email protected] │ ├─ ajv@^6.12.4 │ ├─ debug@^4.3.2 │ ├─ espree@^9.6.0 │ ├─ globals@^13.19.0 │ ├─ ignore@^5.2.0 │ ├─ import-fresh@^3.2.1 │ ├─ js-yaml@^4.1.0 │ ├─ minimatch@^3.1.2 │ └─ strip-json-comments@^3.1.1 ├─ @eslint/[email protected] ├─ @fastify/[email protected] ├─ @humanwhocodes/[email protected] │ ├─ @humanwhocodes/object-schema@^2.0.1 │ ├─ debug@^4.1.1 │ └─ minimatch@^3.0.5 ├─ @humanwhocodes/[email protected] ├─ @humanwhocodes/[email protected] ├─ @istanbuljs/[email protected] │ ├─ [email protected] │ │ └─ sprintf-js@~1.0.2 │ ├─ camelcase@^5.3.1 │ ├─ [email protected] │ ├─ find-up@^4.1.0 │ ├─ get-package-type@^0.1.0 │ ├─ js-yaml@^3.13.1 │ ├─ [email protected] │ │ ├─ argparse@^1.0.7 │ │ └─ esprima@^4.0.0 │ └─ resolve-from@^5.0.0 ├─ @istanbuljs/[email protected] ├─ @jest/[email protected] │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ chalk@^4.0.0 │ ├─ jest-message-util@^29.7.0 │ ├─ jest-util@^29.7.0 │ └─ slash@^3.0.0 ├─ @jest/[email protected] │ ├─ @jest/console@^29.7.0 │ ├─ @jest/reporters@^29.7.0 │ ├─ @jest/test-result@^29.7.0 │ ├─ @jest/transform@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ ansi-escapes@^4.2.1 │ ├─ chalk@^4.0.0 │ ├─ ci-info@^3.2.0 │ ├─ exit@^0.1.2 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-changed-files@^29.7.0 │ ├─ jest-config@^29.7.0 │ ├─ jest-haste-map@^29.7.0 │ ├─ jest-message-util@^29.7.0 │ ├─ jest-regex-util@^29.6.3 │ ├─ jest-resolve-dependencies@^29.7.0 │ ├─ jest-resolve@^29.7.0 │ ├─ jest-runner@^29.7.0 │ ├─ jest-runtime@^29.7.0 │ ├─ jest-snapshot@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ jest-validate@^29.7.0 │ ├─ jest-watcher@^29.7.0 │ ├─ micromatch@^4.0.4 │ ├─ pretty-format@^29.7.0 │ ├─ slash@^3.0.0 │ └─ strip-ansi@^6.0.0 ├─ @jest/[email protected] │ ├─ @jest/fake-timers@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ └─ jest-mock@^29.7.0 ├─ @jest/[email protected] │ └─ jest-get-type@^29.6.3 ├─ @jest/[email protected] │ ├─ expect@^29.7.0 │ └─ jest-snapshot@^29.7.0 ├─ @jest/[email protected] │ ├─ @jest/types@^29.6.3 │ ├─ @sinonjs/fake-timers@^10.0.2 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ jest-message-util@^29.7.0 │ ├─ jest-mock@^29.7.0 │ └─ jest-util@^29.7.0 ├─ @jest/[email protected] │ ├─ @jest/environment@^29.7.0 │ ├─ @jest/expect@^29.7.0 │ ├─ @jest/types@^29.6.3 │ └─ jest-mock@^29.7.0 ├─ @jest/[email protected] │ ├─ @bcoe/v8-coverage@^0.2.3 │ ├─ @jest/console@^29.7.0 │ ├─ @jest/test-result@^29.7.0 │ ├─ @jest/transform@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @jridgewell/trace-mapping@^0.3.18 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ chalk@^4.0.0 │ ├─ collect-v8-coverage@^1.0.0 │ ├─ exit@^0.1.2 │ ├─ glob@^7.1.3 │ ├─ graceful-fs@^4.2.9 │ ├─ istanbul-lib-coverage@^3.0.0 │ ├─ istanbul-lib-instrument@^6.0.0 │ ├─ istanbul-lib-report@^3.0.0 │ ├─ istanbul-lib-source-maps@^4.0.0 │ ├─ istanbul-reports@^3.1.3 │ ├─ jest-message-util@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ jest-worker@^29.7.0 │ ├─ slash@^3.0.0 │ ├─ string-length@^4.0.1 │ ├─ strip-ansi@^6.0.0 │ └─ v8-to-istanbul@^9.0.1 ├─ @jest/[email protected] │ └─ @sinclair/typebox@^0.24.1 ├─ @jest/[email protected] │ ├─ @jridgewell/trace-mapping@^0.3.18 │ ├─ callsites@^3.0.0 │ └─ graceful-fs@^4.2.9 ├─ @jest/[email protected] │ ├─ @jest/console@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/istanbul-lib-coverage@^2.0.0 │ └─ collect-v8-coverage@^1.0.0 ├─ @jest/[email protected] │ ├─ @jest/test-result@^29.7.0 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-haste-map@^29.7.0 │ └─ slash@^3.0.0 ├─ @jest/[email protected] │ ├─ @babel/core@^7.11.6 │ ├─ @jest/types@^29.6.3 │ ├─ @jridgewell/trace-mapping@^0.3.18 │ ├─ babel-plugin-istanbul@^6.1.1 │ ├─ chalk@^4.0.0 │ ├─ convert-source-map@^2.0.0 │ ├─ [email protected] │ ├─ fast-json-stable-stringify@^2.1.0 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-haste-map@^29.7.0 │ ├─ jest-regex-util@^29.6.3 │ ├─ jest-util@^29.7.0 │ ├─ micromatch@^4.0.4 │ ├─ pirates@^4.0.4 │ ├─ slash@^3.0.0 │ └─ write-file-atomic@^4.0.2 ├─ @jest/[email protected] │ ├─ @jest/schemas@^29.6.3 │ ├─ @jest/[email protected] │ │ └─ @sinclair/typebox@^0.27.8 │ ├─ @sinclair/[email protected] │ ├─ @types/istanbul-lib-coverage@^2.0.0 │ ├─ @types/istanbul-reports@^3.0.0 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ @types/yargs@^17.0.8 │ └─ chalk@^4.0.0 ├─ @jridgewell/[email protected] │ ├─ @jridgewell/set-array@^1.0.1 │ ├─ @jridgewell/sourcemap-codec@^1.4.10 │ ├─ @jridgewell/trace-mapping@^0.3.9 │ └─ @jridgewell/[email protected] │ ├─ @jridgewell/[email protected] │ └─ @jridgewell/[email protected] ├─ @jridgewell/[email protected] ├─ @jridgewell/[email protected] ├─ @jridgewell/[email protected] ├─ @jridgewell/[email protected] │ ├─ @jridgewell/resolve-uri@^3.1.0 │ ├─ @jridgewell/[email protected] │ ├─ @jridgewell/sourcemap-codec@^1.4.14 │ └─ @jridgewell/[email protected] ├─ @nodelib/[email protected] │ ├─ @nodelib/[email protected] │ └─ run-parallel@^1.1.9 ├─ @nodelib/[email protected] ├─ @nodelib/[email protected] │ ├─ @nodelib/[email protected] │ └─ fastq@^1.6.0 ├─ @octokit/[email protected] ├─ @octokit/[email protected] │ ├─ @octokit/auth-token@^4.0.0 │ ├─ @octokit/graphql@^7.0.0 │ ├─ @octokit/request-error@^5.0.0 │ ├─ @octokit/request@^8.0.2 │ ├─ @octokit/types@^12.0.0 │ ├─ before-after-hook@^2.2.0 │ └─ universal-user-agent@^6.0.0 ├─ @octokit/[email protected] │ ├─ @octokit/types@^12.0.0 │ ├─ is-plain-object@^5.0.0 │ └─ universal-user-agent@^6.0.0 ├─ @octokit/[email protected] │ ├─ @octokit/request@^8.0.1 │ ├─ @octokit/types@^12.0.0 │ └─ universal-user-agent@^6.0.0 ├─ @octokit/[email protected] ├─ @octokit/[email protected] │ └─ @octokit/types@^12.3.0 ├─ @octokit/[email protected] │ └─ @octokit/types@^12.3.0 ├─ @octokit/[email protected] │ ├─ @octokit/types@^12.0.0 │ ├─ deprecation@^2.0.0 │ └─ once@^1.4.0 ├─ @octokit/[email protected] │ ├─ @octokit/endpoint@^9.0.0 │ ├─ @octokit/request-error@^5.0.0 │ ├─ @octokit/types@^12.0.0 │ ├─ is-plain-object@^5.0.0 │ └─ universal-user-agent@^6.0.0 ├─ @octokit/[email protected] │ └─ @octokit/openapi-types@^19.0.2 ├─ @octokit/[email protected] ├─ @sinclair/[email protected] ├─ @sinonjs/[email protected] │ └─ [email protected] ├─ @sinonjs/[email protected] │ └─ @sinonjs/commons@^3.0.0 ├─ @tsconfig/[email protected] ├─ @tsconfig/[email protected] ├─ @tsconfig/[email protected] ├─ @tsconfig/[email protected] ├─ @types/[email protected] │ ├─ @babel/parser@^7.1.0 │ ├─ @babel/types@^7.0.0 │ ├─ @types/babel__generator@* │ ├─ @types/babel__template@* │ └─ @types/babel__traverse@* ├─ @types/[email protected] │ └─ @babel/types@^7.0.0 ├─ @types/[email protected] │ ├─ @babel/parser@^7.1.0 │ └─ @babel/types@^7.0.0 ├─ @types/[email protected] │ └─ @babel/types@^7.3.0 ├─ @types/[email protected] │ ├─ @types/node@* │ └─ @types/[email protected] ├─ @types/[email protected] ├─ @types/[email protected] │ └─ @types/istanbul-lib-coverage@* ├─ @types/[email protected] │ └─ @types/istanbul-lib-report@* ├─ @types/[email protected] │ ├─ @jest/[email protected] │ │ └─ jest-get-type@^29.2.0 │ ├─ @jest/[email protected] │ │ ├─ @jest/schemas@^29.0.0 │ │ ├─ @types/istanbul-lib-coverage@^2.0.0 │ │ ├─ @types/istanbul-reports@^3.0.0 │ │ ├─ @types/node@* │ │ ├─ @types/yargs@^17.0.8 │ │ └─ chalk@^4.0.0 │ ├─ @types/[email protected] │ ├─ [email protected] │ ├─ [email protected] │ ├─ expect@^29.0.0 │ ├─ [email protected] │ │ ├─ @jest/expect-utils@^29.3.1 │ │ ├─ jest-get-type@^29.2.0 │ │ ├─ jest-matcher-utils@^29.3.1 │ │ ├─ jest-message-util@^29.3.1 │ │ └─ jest-util@^29.3.1 │ ├─ [email protected] │ │ ├─ chalk@^4.0.0 │ │ ├─ diff-sequences@^29.3.1 │ │ ├─ jest-get-type@^29.2.0 │ │ └─ pretty-format@^29.3.1 │ ├─ [email protected] │ ├─ [email protected] │ │ ├─ chalk@^4.0.0 │ │ ├─ jest-diff@^29.3.1 │ │ ├─ jest-get-type@^29.2.0 │ │ └─ pretty-format@^29.3.1 │ ├─ [email protected] │ │ ├─ @babel/code-frame@^7.12.13 │ │ ├─ @jest/types@^29.3.1 │ │ ├─ @types/stack-utils@^2.0.0 │ │ ├─ chalk@^4.0.0 │ │ ├─ graceful-fs@^4.2.9 │ │ ├─ micromatch@^4.0.4 │ │ ├─ pretty-format@^29.3.1 │ │ ├─ slash@^3.0.0 │ │ └─ stack-utils@^2.0.3 │ ├─ [email protected] │ │ ├─ @jest/types@^29.3.1 │ │ ├─ @types/node@* │ │ ├─ chalk@^4.0.0 │ │ ├─ ci-info@^3.2.0 │ │ ├─ graceful-fs@^4.2.9 │ │ └─ picomatch@^2.2.3 │ ├─ pretty-format@^29.0.0 │ └─ [email protected] │ ├─ @jest/schemas@^29.0.0 │ ├─ ansi-styles@^5.0.0 │ └─ react-is@^18.0.0 ├─ @types/[email protected] ├─ @types/[email protected] ├─ @types/[email protected] │ └─ undici-types@~5.26.4 ├─ @types/[email protected] ├─ @types/[email protected] ├─ @types/[email protected] ├─ @types/[email protected] │ └─ @types/yargs-parser@* ├─ @typescript-eslint/[email protected] │ ├─ @eslint-community/regexpp@^4.4.0 │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ debug@^4.3.4 │ ├─ graphemer@^1.4.0 │ ├─ ignore@^5.2.0 │ ├─ natural-compare-lite@^1.4.0 │ ├─ semver@^7.3.7 │ └─ tsutils@^3.21.0 ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ └─ debug@^4.3.4 ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ └─ @typescript-eslint/[email protected] ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ debug@^4.3.4 │ └─ tsutils@^3.21.0 ├─ @typescript-eslint/[email protected] ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ debug@^4.3.4 │ ├─ globby@^11.1.0 │ ├─ is-glob@^4.0.3 │ ├─ semver@^7.3.7 │ └─ tsutils@^3.21.0 ├─ @typescript-eslint/[email protected] │ ├─ @eslint-community/eslint-utils@^4.2.0 │ ├─ @types/json-schema@^7.0.9 │ ├─ @types/semver@^7.3.12 │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ ├─ eslint-scope@^5.1.1 │ ├─ [email protected] │ │ ├─ esrecurse@^4.3.0 │ │ └─ estraverse@^4.1.1 │ ├─ [email protected] │ └─ semver@^7.3.7 ├─ @typescript-eslint/[email protected] │ ├─ @typescript-eslint/[email protected] │ └─ eslint-visitor-keys@^3.3.0 ├─ @ungap/[email protected] ├─ @vercel/[email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ fast-deep-equal@^3.1.1 │ ├─ fast-json-stable-stringify@^2.0.0 │ ├─ json-schema-traverse@^0.4.1 │ └─ uri-js@^4.2.2 ├─ [email protected] │ ├─ type-fest@^0.21.3 │ └─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ color-convert@^2.0.1 ├─ [email protected] │ ├─ normalize-path@^3.0.0 │ └─ picomatch@^2.0.4 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ └─ is-array-buffer@^3.0.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ ├─ get-intrinsic@^1.2.1 │ └─ is-string@^1.0.7 ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ ├─ es-shim-unscopables@^1.0.0 │ └─ get-intrinsic@^1.2.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ └─ es-shim-unscopables@^1.0.0 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ └─ es-shim-unscopables@^1.0.0 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ ├─ es-shim-unscopables@^1.0.0 │ └─ get-intrinsic@^1.2.1 ├─ [email protected] │ ├─ array-buffer-byte-length@^1.0.0 │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ ├─ get-intrinsic@^1.2.1 │ ├─ is-array-buffer@^3.0.2 │ └─ is-shared-array-buffer@^1.0.2 ├─ [email protected] │ └─ has-symbols@^1.0.3 ├─ [email protected] ├─ [email protected] │ ├─ @jest/transform@^29.7.0 │ ├─ @types/babel__core@^7.1.14 │ ├─ babel-plugin-istanbul@^6.1.1 │ ├─ babel-preset-jest@^29.6.3 │ ├─ chalk@^4.0.0 │ ├─ graceful-fs@^4.2.9 │ └─ slash@^3.0.0 ├─ [email protected] │ ├─ @babel/helper-plugin-utils@^7.0.0 │ ├─ @istanbuljs/load-nyc-config@^1.0.0 │ ├─ @istanbuljs/schema@^0.1.2 │ ├─ istanbul-lib-instrument@^5.0.4 │ ├─ [email protected] │ │ ├─ @babel/core@^7.12.3 │ │ ├─ @babel/parser@^7.14.7 │ │ ├─ @istanbuljs/schema@^0.1.2 │ │ ├─ istanbul-lib-coverage@^3.2.0 │ │ └─ semver@^6.3.0 │ ├─ [email protected] │ └─ test-exclude@^6.0.0 ├─ [email protected] │ ├─ @babel/template@^7.3.3 │ ├─ @babel/types@^7.3.3 │ ├─ @types/babel__core@^7.1.14 │ └─ @types/babel__traverse@^7.0.6 ├─ [email protected] │ ├─ @babel/plugin-syntax-async-generators@^7.8.4 │ ├─ @babel/plugin-syntax-bigint@^7.8.3 │ ├─ @babel/plugin-syntax-class-properties@^7.8.3 │ ├─ @babel/plugin-syntax-import-meta@^7.8.3 │ ├─ @babel/plugin-syntax-json-strings@^7.8.3 │ ├─ @babel/plugin-syntax-logical-assignment-operators@^7.8.3 │ ├─ @babel/plugin-syntax-nullish-coalescing-operator@^7.8.3 │ ├─ @babel/plugin-syntax-numeric-separator@^7.8.3 │ ├─ @babel/plugin-syntax-object-rest-spread@^7.8.3 │ ├─ @babel/plugin-syntax-optional-catch-binding@^7.8.3 │ ├─ @babel/plugin-syntax-optional-chaining@^7.8.3 │ └─ @babel/plugin-syntax-top-level-await@^7.8.3 ├─ [email protected] │ ├─ babel-plugin-jest-hoist@^29.6.3 │ └─ babel-preset-current-node-syntax@^1.0.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ balanced-match@^1.0.0 │ └─ [email protected] ├─ [email protected] │ └─ fill-range@^7.0.1 ├─ [email protected] │ ├─ caniuse-lite@^1.0.30001400 │ ├─ electron-to-chromium@^1.4.251 │ ├─ node-releases@^2.0.6 │ └─ update-browserslist-db@^1.0.9 ├─ [email protected] │ └─ [email protected] ├─ [email protected] │ └─ node-int64@^0.4.0 ├─ [email protected] ├─ [email protected] │ └─ semver@^7.0.0 ├─ [email protected] │ ├─ function-bind@^1.1.2 │ ├─ get-intrinsic@^1.2.1 │ └─ set-function-length@^1.1.1 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ ansi-styles@^4.1.0 │ └─ supports-color@^7.1.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ string-width@^4.2.0 │ ├─ strip-ansi@^6.0.1 │ └─ wrap-ansi@^7.0.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ color-name@~1.1.4 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ @jest/types@^29.6.3 │ ├─ chalk@^4.0.0 │ ├─ exit@^0.1.2 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-config@^29.7.0 │ ├─ jest-util@^29.7.0 │ └─ prompts@^2.0.1 ├─ [email protected] ├─ [email protected] │ ├─ path-key@^3.1.0 │ ├─ shebang-command@^2.0.0 │ └─ which@^2.0.1 ├─ [email protected] │ └─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ get-intrinsic@^1.2.1 │ ├─ gopd@^1.0.1 │ └─ has-property-descriptors@^1.0.0 ├─ [email protected] │ ├─ define-data-property@^1.0.1 │ ├─ has-property-descriptors@^1.0.0 │ └─ object-keys@^1.1.1 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ path-type@^4.0.0 ├─ [email protected] │ └─ esutils@^2.0.2 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ is-arrayish@^0.2.1 ├─ [email protected] │ ├─ array-buffer-byte-length@^1.0.0 │ ├─ arraybuffer.prototype.slice@^1.0.2 │ ├─ available-typed-arrays@^1.0.5 │ ├─ call-bind@^1.0.5 │ ├─ es-set-tostringtag@^2.0.1 │ ├─ es-to-primitive@^1.2.1 │ ├─ function.prototype.name@^1.1.6 │ ├─ get-intrinsic@^1.2.2 │ ├─ get-symbol-description@^1.0.0 │ ├─ globalthis@^1.0.3 │ ├─ gopd@^1.0.1 │ ├─ has-property-descriptors@^1.0.0 │ ├─ has-proto@^1.0.1 │ ├─ has-symbols@^1.0.3 │ ├─ hasown@^2.0.0 │ ├─ internal-slot@^1.0.5 │ ├─ is-array-buffer@^3.0.2 │ ├─ is-callable@^1.2.7 │ ├─ is-negative-zero@^2.0.2 │ ├─ is-regex@^1.1.4 │ ├─ is-shared-array-buffer@^1.0.2 │ ├─ is-string@^1.0.7 │ ├─ is-typed-array@^1.1.12 │ ├─ is-weakref@^1.0.2 │ ├─ object-inspect@^1.13.1 │ ├─ object-keys@^1.1.1 │ ├─ object.assign@^4.1.4 │ ├─ regexp.prototype.flags@^1.5.1 │ ├─ safe-array-concat@^1.0.1 │ ├─ safe-regex-test@^1.0.0 │ ├─ string.prototype.trim@^1.2.8 │ ├─ string.prototype.trimend@^1.0.7 │ ├─ string.prototype.trimstart@^1.0.7 │ ├─ typed-array-buffer@^1.0.0 │ ├─ typed-array-byte-length@^1.0.0 │ ├─ typed-array-byte-offset@^1.0.0 │ ├─ typed-array-length@^1.0.4 │ ├─ unbox-primitive@^1.0.2 │ └─ which-typed-array@^1.1.13 ├─ [email protected] │ ├─ asynciterator.prototype@^1.0.0 │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.1 │ ├─ es-abstract@^1.22.1 │ ├─ es-set-tostringtag@^2.0.1 │ ├─ function-bind@^1.1.1 │ ├─ [email protected] │ ├─ get-intrinsic@^1.2.1 │ ├─ globalthis@^1.0.3 │ ├─ has-property-descriptors@^1.0.0 │ ├─ has-proto@^1.0.1 │ ├─ has-symbols@^1.0.3 │ ├─ internal-slot@^1.0.5 │ ├─ iterator.prototype@^1.1.2 │ └─ safe-array-concat@^1.0.1 ├─ [email protected] │ ├─ get-intrinsic@^1.2.2 │ ├─ has-tostringtag@^1.0.0 │ └─ hasown@^2.0.0 ├─ [email protected] │ └─ hasown@^2.0.0 ├─ [email protected] │ ├─ is-callable@^1.1.4 │ ├─ is-date-object@^1.0.1 │ └─ is-symbol@^1.0.2 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ @typescript-eslint/parser@^5.0.0 │ └─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ debug@^3.2.7 │ ├─ [email protected] │ │ └─ ms@^2.1.1 │ ├─ is-core-module@^2.13.0 │ ├─ [email protected] │ └─ resolve@^1.22.4 ├─ [email protected] │ ├─ debug@^3.2.7 │ ├─ [email protected] │ │ └─ ms@^2.1.1 │ └─ [email protected] ├─ [email protected] │ ├─ eslint-utils@^2.0.0 │ ├─ [email protected] │ │ └─ eslint-visitor-keys@^1.1.0 │ ├─ [email protected] │ └─ regexpp@^3.0.0 ├─ [email protected] │ ├─ array-includes@^3.1.7 │ ├─ array.prototype.findlastindex@^1.2.3 │ ├─ array.prototype.flat@^1.3.2 │ ├─ array.prototype.flatmap@^1.3.2 │ ├─ debug@^3.2.7 │ ├─ [email protected] │ │ └─ ms@^2.1.1 │ ├─ doctrine@^2.1.0 │ ├─ eslint-import-resolver-node@^0.3.9 │ ├─ eslint-module-utils@^2.8.0 │ ├─ hasown@^2.0.0 │ ├─ is-core-module@^2.13.1 │ ├─ is-glob@^4.0.3 │ ├─ minimatch@^3.1.2 │ ├─ [email protected] │ ├─ object.fromentries@^2.0.7 │ ├─ object.groupby@^1.0.1 │ ├─ object.values@^1.1.7 │ ├─ semver@^6.3.1 │ ├─ [email protected] │ └─ tsconfig-paths@^3.14.2 ├─ [email protected] │ ├─ builtins@^5.0.1 │ ├─ eslint-plugin-es@^4.1.0 │ ├─ eslint-utils@^3.0.0 │ ├─ ignore@^5.1.1 │ ├─ is-core-module@^2.11.0 │ ├─ minimatch@^3.1.2 │ ├─ resolve@^1.22.1 │ └─ semver@^7.3.8 ├─ [email protected] ├─ [email protected] │ ├─ array-includes@^3.1.6 │ ├─ array.prototype.flatmap@^1.3.1 │ ├─ array.prototype.tosorted@^1.1.1 │ ├─ doctrine@^2.1.0 │ ├─ es-iterator-helpers@^1.0.12 │ ├─ estraverse@^5.3.0 │ ├─ jsx-ast-utils@^2.4.1 || ^3.0.0 │ ├─ minimatch@^3.1.2 │ ├─ object.entries@^1.1.6 │ ├─ object.fromentries@^2.0.6 │ ├─ object.hasown@^1.1.2 │ ├─ object.values@^1.1.6 │ ├─ prop-types@^15.8.1 │ ├─ resolve@^2.0.0-next.4 │ ├─ [email protected] │ │ ├─ is-core-module@^2.13.0 │ │ ├─ path-parse@^1.0.7 │ │ └─ supports-preserve-symlinks-flag@^1.0.0 │ ├─ semver@^6.3.1 │ ├─ [email protected] │ └─ string.prototype.matchall@^4.0.8 ├─ [email protected] │ ├─ esrecurse@^4.3.0 │ └─ estraverse@^5.2.0 ├─ [email protected] │ ├─ eslint-visitor-keys@^2.0.0 │ └─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ @eslint-community/eslint-utils@^4.2.0 │ ├─ @eslint-community/regexpp@^4.6.1 │ ├─ @eslint/eslintrc@^2.1.3 │ ├─ @eslint/[email protected] │ ├─ @humanwhocodes/config-array@^0.11.13 │ ├─ @humanwhocodes/module-importer@^1.0.1 │ ├─ @nodelib/fs.walk@^1.2.8 │ ├─ @ungap/structured-clone@^1.2.0 │ ├─ ajv@^6.12.4 │ ├─ chalk@^4.0.0 │ ├─ cross-spawn@^7.0.2 │ ├─ debug@^4.3.2 │ ├─ doctrine@^3.0.0 │ ├─ [email protected] │ │ └─ esutils@^2.0.2 │ ├─ escape-string-regexp@^4.0.0 │ ├─ [email protected] │ ├─ eslint-scope@^7.2.2 │ ├─ eslint-visitor-keys@^3.4.3 │ ├─ espree@^9.6.1 │ ├─ esquery@^1.4.2 │ ├─ esutils@^2.0.2 │ ├─ fast-deep-equal@^3.1.3 │ ├─ file-entry-cache@^6.0.1 │ ├─ find-up@^5.0.0 │ ├─ [email protected] │ │ ├─ locate-path@^6.0.0 │ │ └─ path-exists@^4.0.0 │ ├─ glob-parent@^6.0.2 │ ├─ globals@^13.19.0 │ ├─ graphemer@^1.4.0 │ ├─ ignore@^5.2.0 │ ├─ imurmurhash@^0.1.4 │ ├─ is-glob@^4.0.0 │ ├─ is-path-inside@^3.0.3 │ ├─ js-yaml@^4.1.0 │ ├─ json-stable-stringify-without-jsonify@^1.0.1 │ ├─ levn@^0.4.1 │ ├─ [email protected] │ │ └─ p-locate@^5.0.0 │ ├─ lodash.merge@^4.6.2 │ ├─ minimatch@^3.1.2 │ ├─ natural-compare@^1.4.0 │ ├─ optionator@^0.9.3 │ ├─ [email protected] │ │ └─ p-limit@^3.0.2 │ ├─ strip-ansi@^6.0.1 │ └─ text-table@^0.2.0 ├─ [email protected] │ ├─ acorn-jsx@^5.3.2 │ ├─ acorn@^8.9.0 │ ├─ [email protected] │ └─ eslint-visitor-keys@^3.4.1 ├─ [email protected] ├─ [email protected] │ └─ estraverse@^5.1.0 ├─ [email protected] │ └─ estraverse@^5.2.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ cross-spawn@^7.0.3 │ ├─ get-stream@^6.0.0 │ ├─ human-signals@^2.1.0 │ ├─ is-stream@^2.0.0 │ ├─ merge-stream@^2.0.0 │ ├─ npm-run-path@^4.0.1 │ ├─ onetime@^5.1.2 │ ├─ signal-exit@^3.0.3 │ └─ strip-final-newline@^2.0.0 ├─ [email protected] ├─ [email protected] │ ├─ @jest/expect-utils@^29.7.0 │ ├─ jest-get-type@^29.6.3 │ ├─ jest-matcher-utils@^29.7.0 │ ├─ jest-message-util@^29.7.0 │ └─ jest-util@^29.7.0 ├─ [email protected] ├─ [email protected] │ ├─ @nodelib/fs.stat@^2.0.2 │ ├─ @nodelib/fs.walk@^1.2.3 │ ├─ glob-parent@^5.1.2 │ ├─ [email protected] │ │ └─ is-glob@^4.0.1 │ ├─ merge2@^1.3.0 │ └─ micromatch@^4.0.4 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ reusify@^1.0.4 ├─ [email protected] │ └─ [email protected] ├─ [email protected] │ └─ flat-cache@^3.0.4 ├─ [email protected] │ └─ to-regex-range@^5.0.1 ├─ [email protected] │ ├─ locate-path@^5.0.0 │ └─ path-exists@^4.0.0 ├─ [email protected] │ ├─ flatted@^3.2.9 │ ├─ keyv@^4.5.3 │ └─ rimraf@^3.0.2 ├─ [email protected] ├─ [email protected] │ └─ is-callable@^1.1.3 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ └─ functions-have-names@^1.2.3 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ function-bind@^1.1.2 │ ├─ has-proto@^1.0.1 │ ├─ has-symbols@^1.0.3 │ └─ hasown@^2.0.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ └─ get-intrinsic@^1.1.1 ├─ [email protected] │ └─ is-glob@^4.0.3 ├─ [email protected] │ ├─ fs.realpath@^1.0.0 │ ├─ inflight@^1.0.4 │ ├─ inherits@2 │ ├─ minimatch@^3.1.1 │ ├─ once@^1.3.0 │ └─ path-is-absolute@^1.0.0 ├─ [email protected] │ └─ type-fest@^0.20.2 ├─ [email protected] │ └─ define-properties@^1.1.3 ├─ [email protected] │ ├─ array-union@^2.1.0 │ ├─ dir-glob@^3.0.1 │ ├─ fast-glob@^3.2.9 │ ├─ ignore@^5.2.0 │ ├─ merge2@^1.4.1 │ └─ slash@^3.0.0 ├─ [email protected] │ └─ get-intrinsic@^1.1.3 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ get-intrinsic@^1.2.2 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ has-symbols@^1.0.2 ├─ [email protected] │ ├─ function-bind@^1.1.1 │ └─ [email protected] ├─ [email protected] │ └─ function-bind@^1.1.2 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ parent-module@^1.0.0 │ ├─ resolve-from@^4.0.0 │ └─ [email protected] ├─ [email protected] │ ├─ pkg-dir@^4.2.0 │ └─ resolve-cwd@^3.0.0 ├─ [email protected] ├─ [email protected] │ ├─ once@^1.3.0 │ └─ wrappy@1 ├─ [email protected] ├─ [email protected] │ ├─ get-intrinsic@^1.2.2 │ ├─ hasown@^2.0.0 │ └─ side-channel@^1.0.4 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ get-intrinsic@^1.2.0 │ └─ is-typed-array@^1.1.10 ├─ [email protected] ├─ [email protected] │ └─ has-tostringtag@^1.0.0 ├─ [email protected] │ └─ has-bigints@^1.0.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ └─ has-tostringtag@^1.0.0 ├─ [email protected] ├─ [email protected] │ └─ hasown@^2.0.0 ├─ [email protected] │ └─ has-tostringtag@^1.0.0 ├─ [email protected] ├─ [email protected] │ └─ call-bind@^1.0.2 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ has-tostringtag@^1.0.0 ├─ [email protected] │ └─ is-extglob@^2.1.1 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ has-tostringtag@^1.0.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ └─ has-tostringtag@^1.0.0 ├─ [email protected] ├─ [email protected] │ └─ call-bind@^1.0.2 ├─ [email protected] ├─ [email protected] │ └─ has-tostringtag@^1.0.0 ├─ [email protected] │ └─ has-symbols@^1.0.2 ├─ [email protected] │ └─ which-typed-array@^1.1.11 ├─ [email protected] ├─ [email protected] │ └─ call-bind@^1.0.2 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ └─ get-intrinsic@^1.1.1 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ @babel/core@^7.12.3 │ ├─ @babel/parser@^7.14.7 │ ├─ @istanbuljs/schema@^0.1.2 │ ├─ istanbul-lib-coverage@^3.2.0 │ └─ semver@^7.5.4 ├─ [email protected] │ ├─ istanbul-lib-coverage@^3.0.0 │ ├─ make-dir@^3.0.0 │ └─ supports-color@^7.1.0 ├─ [email protected] │ ├─ debug@^4.1.1 │ ├─ istanbul-lib-coverage@^3.0.0 │ └─ source-map@^0.6.1 ├─ [email protected] │ ├─ html-escaper@^2.0.0 │ └─ istanbul-lib-report@^3.0.0 ├─ [email protected] │ ├─ define-properties@^1.2.1 │ ├─ get-intrinsic@^1.2.1 │ ├─ has-symbols@^1.0.3 │ ├─ reflect.getprototypeof@^1.0.4 │ └─ set-function-name@^2.0.1 ├─ [email protected] │ ├─ execa@^5.0.0 │ ├─ jest-util@^29.7.0 │ └─ p-limit@^3.1.0 ├─ [email protected] │ ├─ @jest/environment@^29.7.0 │ ├─ @jest/expect@^29.7.0 │ ├─ @jest/test-result@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ chalk@^4.0.0 │ ├─ co@^4.6.0 │ ├─ dedent@^1.0.0 │ ├─ is-generator-fn@^2.0.0 │ ├─ jest-each@^29.7.0 │ ├─ jest-matcher-utils@^29.7.0 │ ├─ jest-message-util@^29.7.0 │ ├─ jest-runtime@^29.7.0 │ ├─ jest-snapshot@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ p-limit@^3.1.0 │ ├─ pretty-format@^29.7.0 │ ├─ pure-rand@^6.0.0 │ ├─ slash@^3.0.0 │ └─ stack-utils@^2.0.3 ├─ [email protected] │ ├─ @jest/core@^29.7.0 │ ├─ @jest/test-result@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ chalk@^4.0.0 │ ├─ create-jest@^29.7.0 │ ├─ exit@^0.1.2 │ ├─ import-local@^3.0.2 │ ├─ jest-config@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ jest-validate@^29.7.0 │ └─ yargs@^17.3.1 ├─ [email protected] │ ├─ @babel/core@^7.11.6 │ ├─ @jest/test-sequencer@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ babel-jest@^29.7.0 │ ├─ chalk@^4.0.0 │ ├─ ci-info@^3.2.0 │ ├─ deepmerge@^4.2.2 │ ├─ glob@^7.1.3 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-circus@^29.7.0 │ ├─ jest-environment-node@^29.7.0 │ ├─ jest-get-type@^29.6.3 │ ├─ jest-regex-util@^29.6.3 │ ├─ jest-resolve@^29.7.0 │ ├─ jest-runner@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ jest-validate@^29.7.0 │ ├─ micromatch@^4.0.4 │ ├─ parse-json@^5.2.0 │ ├─ pretty-format@^29.7.0 │ ├─ slash@^3.0.0 │ └─ strip-json-comments@^3.1.1 ├─ [email protected] │ ├─ chalk@^4.0.0 │ ├─ diff-sequences@^29.6.3 │ ├─ jest-get-type@^29.6.3 │ └─ pretty-format@^29.7.0 ├─ [email protected] │ └─ detect-newline@^3.0.0 ├─ [email protected] │ ├─ @jest/types@^29.6.3 │ ├─ chalk@^4.0.0 │ ├─ jest-get-type@^29.6.3 │ ├─ jest-util@^29.7.0 │ └─ pretty-format@^29.7.0 ├─ [email protected] │ ├─ @jest/environment@^29.7.0 │ ├─ @jest/fake-timers@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ jest-mock@^29.7.0 │ └─ jest-util@^29.7.0 ├─ [email protected] ├─ [email protected] │ ├─ @jest/types@^29.6.3 │ ├─ @types/graceful-fs@^4.1.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ anymatch@^3.0.3 │ ├─ fb-watchman@^2.0.0 │ ├─ fsevents@^2.3.2 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-regex-util@^29.6.3 │ ├─ jest-util@^29.7.0 │ ├─ jest-worker@^29.7.0 │ ├─ micromatch@^4.0.4 │ └─ walker@^1.0.8 ├─ [email protected] │ ├─ jest-get-type@^29.6.3 │ └─ pretty-format@^29.7.0 ├─ [email protected] │ ├─ chalk@^4.0.0 │ ├─ jest-diff@^29.7.0 │ ├─ jest-get-type@^29.6.3 │ └─ pretty-format@^29.7.0 ├─ [email protected] │ ├─ @babel/code-frame@^7.12.13 │ ├─ @jest/types@^29.6.3 │ ├─ @types/stack-utils@^2.0.0 │ ├─ chalk@^4.0.0 │ ├─ graceful-fs@^4.2.9 │ ├─ micromatch@^4.0.4 │ ├─ pretty-format@^29.7.0 │ ├─ slash@^3.0.0 │ └─ stack-utils@^2.0.3 ├─ [email protected] │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ └─ jest-util@^29.7.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ jest-regex-util@^29.6.3 │ └─ jest-snapshot@^29.7.0 ├─ [email protected] │ ├─ chalk@^4.0.0 │ ├─ graceful-fs@^4.2.9 │ ├─ [email protected] │ │ └─ has@^1.0.3 │ ├─ jest-haste-map@^29.7.0 │ ├─ jest-pnp-resolver@^1.2.2 │ ├─ jest-util@^29.7.0 │ ├─ jest-validate@^29.7.0 │ ├─ resolve.exports@^2.0.0 │ ├─ resolve@^1.20.0 │ ├─ [email protected] │ │ ├─ is-core-module@^2.9.0 │ │ ├─ path-parse@^1.0.7 │ │ └─ supports-preserve-symlinks-flag@^1.0.0 │ └─ slash@^3.0.0 ├─ [email protected] │ ├─ @jest/console@^29.7.0 │ ├─ @jest/environment@^29.7.0 │ ├─ @jest/test-result@^29.7.0 │ ├─ @jest/transform@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ chalk@^4.0.0 │ ├─ emittery@^0.13.1 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-docblock@^29.7.0 │ ├─ jest-environment-node@^29.7.0 │ ├─ jest-haste-map@^29.7.0 │ ├─ jest-leak-detector@^29.7.0 │ ├─ jest-message-util@^29.7.0 │ ├─ jest-resolve@^29.7.0 │ ├─ jest-runtime@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ jest-watcher@^29.7.0 │ ├─ jest-worker@^29.7.0 │ ├─ p-limit@^3.1.0 │ └─ [email protected] ├─ [email protected] │ ├─ @jest/environment@^29.7.0 │ ├─ @jest/fake-timers@^29.7.0 │ ├─ @jest/globals@^29.7.0 │ ├─ @jest/source-map@^29.6.3 │ ├─ @jest/test-result@^29.7.0 │ ├─ @jest/transform@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ chalk@^4.0.0 │ ├─ cjs-module-lexer@^1.0.0 │ ├─ collect-v8-coverage@^1.0.0 │ ├─ glob@^7.1.3 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-haste-map@^29.7.0 │ ├─ jest-message-util@^29.7.0 │ ├─ jest-mock@^29.7.0 │ ├─ jest-regex-util@^29.6.3 │ ├─ jest-resolve@^29.7.0 │ ├─ jest-snapshot@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ slash@^3.0.0 │ ├─ strip-bom@^4.0.0 │ └─ [email protected] ├─ [email protected] │ ├─ @babel/core@^7.11.6 │ ├─ @babel/generator@^7.7.2 │ ├─ @babel/plugin-syntax-jsx@^7.7.2 │ ├─ @babel/plugin-syntax-typescript@^7.7.2 │ ├─ @babel/types@^7.3.3 │ ├─ @jest/expect-utils@^29.7.0 │ ├─ @jest/transform@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ babel-preset-current-node-syntax@^1.0.0 │ ├─ chalk@^4.0.0 │ ├─ expect@^29.7.0 │ ├─ graceful-fs@^4.2.9 │ ├─ jest-diff@^29.7.0 │ ├─ jest-get-type@^29.6.3 │ ├─ jest-matcher-utils@^29.7.0 │ ├─ jest-message-util@^29.7.0 │ ├─ jest-util@^29.7.0 │ ├─ natural-compare@^1.4.0 │ ├─ pretty-format@^29.7.0 │ └─ semver@^7.5.3 ├─ [email protected] │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ chalk@^4.0.0 │ ├─ ci-info@^3.2.0 │ ├─ graceful-fs@^4.2.9 │ └─ picomatch@^2.2.3 ├─ [email protected] │ ├─ @jest/types@^29.6.3 │ ├─ camelcase@^6.2.0 │ ├─ chalk@^4.0.0 │ ├─ jest-get-type@^29.6.3 │ ├─ leven@^3.1.0 │ └─ pretty-format@^29.7.0 ├─ [email protected] │ ├─ @jest/test-result@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ ansi-escapes@^4.2.1 │ ├─ chalk@^4.0.0 │ ├─ emittery@^0.13.1 │ ├─ jest-util@^29.7.0 │ └─ string-length@^4.0.1 ├─ [email protected] │ ├─ @types/node@* │ ├─ @types/[email protected] │ ├─ jest-util@^29.7.0 │ ├─ merge-stream@^2.0.0 │ ├─ supports-color@^8.0.0 │ └─ [email protected] │ └─ has-flag@^4.0.0 ├─ [email protected] │ ├─ @jest/core@^29.7.0 │ ├─ @jest/types@^29.6.3 │ ├─ import-local@^3.0.2 │ └─ jest-cli@^29.7.0 ├─ [email protected] ├─ [email protected] │ └─ argparse@^2.0.1 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ array-includes@^3.1.6 │ ├─ array.prototype.flat@^1.3.1 │ ├─ object.assign@^4.1.4 │ └─ object.values@^1.1.6 ├─ [email protected] │ └─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ prelude-ls@^1.2.1 │ └─ type-check@~0.4.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ p-locate@^4.1.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ js-tokens@^3.0.0 || ^4.0.0 ├─ [email protected] │ └─ yallist@^4.0.0 ├─ [email protected] │ ├─ semver@^6.0.0 │ └─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ braces@^3.0.2 │ └─ picomatch@^2.3.1 ├─ [email protected] ├─ [email protected] │ └─ brace-expansion@^1.1.7 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ path-key@^3.0.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.1.4 │ ├─ has-symbols@^1.0.3 │ └─ object-keys@^1.1.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ └─ es-abstract@^1.22.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ └─ es-abstract@^1.22.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ └─ get-intrinsic@^1.2.1 ├─ [email protected] │ ├─ define-properties@^1.2.0 │ └─ es-abstract@^1.22.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ └─ es-abstract@^1.22.1 ├─ [email protected] │ └─ wrappy@1 ├─ [email protected] │ └─ mimic-fn@^2.1.0 ├─ [email protected] │ ├─ @aashutoshrathi/word-wrap@^1.2.3 │ ├─ deep-is@^0.1.3 │ ├─ fast-levenshtein@^2.0.6 │ ├─ levn@^0.4.1 │ ├─ prelude-ls@^1.2.1 │ └─ type-check@^0.4.0 ├─ [email protected] │ └─ yocto-queue@^0.1.0 ├─ [email protected] │ ├─ p-limit@^2.2.0 │ └─ [email protected] │ └─ p-try@^2.0.0 ├─ [email protected] ├─ [email protected] │ └─ callsites@^3.0.0 ├─ [email protected] │ ├─ @babel/code-frame@^7.0.0 │ ├─ error-ex@^1.3.1 │ ├─ json-parse-even-better-errors@^2.3.0 │ └─ lines-and-columns@^1.1.6 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ find-up@^6.0.0 │ ├─ [email protected] │ │ ├─ locate-path@^7.1.0 │ │ └─ path-exists@^5.0.0 │ ├─ load-json-file@^7.0.0 │ ├─ [email protected] │ │ └─ p-locate@^6.0.0 │ ├─ [email protected] │ │ └─ yocto-queue@^1.0.0 │ ├─ [email protected] │ │ └─ p-limit@^4.0.0 │ ├─ [email protected] │ └─ [email protected] ├─ [email protected] │ └─ find-up@^4.0.0 ├─ [email protected] ├─ [email protected] │ ├─ @jest/schemas@^29.6.3 │ ├─ @jest/[email protected] │ │ └─ @sinclair/typebox@^0.27.8 │ ├─ @sinclair/[email protected] │ ├─ ansi-styles@^5.0.0 │ ├─ [email protected] │ └─ react-is@^18.0.0 ├─ [email protected] │ ├─ kleur@^3.0.3 │ └─ sisteransi@^1.0.5 ├─ [email protected] │ ├─ loose-envify@^1.4.0 │ ├─ object-assign@^4.1.1 │ ├─ react-is@^16.13.1 │ └─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ ├─ get-intrinsic@^1.2.1 │ ├─ globalthis@^1.0.3 │ └─ which-builtin-type@^1.1.3 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ └─ set-function-name@^2.0.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ resolve-from@^5.0.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ is-core-module@^2.13.0 │ ├─ path-parse@^1.0.7 │ └─ supports-preserve-symlinks-flag@^1.0.0 ├─ [email protected] ├─ [email protected] │ └─ glob@^7.1.3 ├─ [email protected] │ └─ queue-microtask@^1.2.2 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ get-intrinsic@^1.2.1 │ ├─ has-symbols@^1.0.3 │ └─ isarray@^2.0.5 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ get-intrinsic@^1.1.3 │ └─ is-regex@^1.1.4 ├─ [email protected] │ └─ lru-cache@^6.0.0 ├─ [email protected] │ ├─ define-data-property@^1.1.1 │ ├─ get-intrinsic@^1.2.1 │ ├─ gopd@^1.0.1 │ └─ has-property-descriptors@^1.0.0 ├─ [email protected] │ ├─ define-data-property@^1.0.1 │ ├─ functions-have-names@^1.2.3 │ └─ has-property-descriptors@^1.0.0 ├─ [email protected] │ └─ shebang-regex@^3.0.0 ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.0 │ ├─ get-intrinsic@^1.0.2 │ └─ object-inspect@^1.9.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ buffer-from@^1.0.0 │ └─ source-map@^0.6.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ escape-string-regexp@^2.0.0 ├─ [email protected] │ ├─ [email protected] │ │ └─ locate-path@^3.0.0 │ ├─ get-stdin@^8.0.0 │ ├─ [email protected] │ ├─ [email protected] │ │ ├─ graceful-fs@^4.1.15 │ │ ├─ parse-json@^4.0.0 │ │ ├─ pify@^4.0.1 │ │ ├─ strip-bom@^3.0.0 │ │ └─ type-fest@^0.3.0 │ ├─ [email protected] │ │ ├─ p-locate@^3.0.0 │ │ └─ path-exists@^3.0.0 │ ├─ minimist@^1.2.6 │ ├─ [email protected] │ │ └─ p-try@^2.0.0 │ ├─ [email protected] │ │ └─ p-limit@^2.0.0 │ ├─ [email protected] │ │ ├─ error-ex@^1.3.1 │ │ └─ json-parse-better-errors@^1.0.1 │ ├─ [email protected] │ ├─ pkg-conf@^3.1.0 │ ├─ [email protected] │ │ ├─ find-up@^3.0.0 │ │ └─ load-json-file@^5.2.0 │ ├─ [email protected] │ └─ xdg-basedir@^4.0.0 ├─ [email protected] │ ├─ char-regex@^1.0.2 │ └─ strip-ansi@^6.0.0 ├─ [email protected] │ ├─ emoji-regex@^8.0.0 │ ├─ is-fullwidth-code-point@^3.0.0 │ └─ strip-ansi@^6.0.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ ├─ es-abstract@^1.22.1 │ ├─ get-intrinsic@^1.2.1 │ ├─ has-symbols@^1.0.3 │ ├─ internal-slot@^1.0.5 │ ├─ regexp.prototype.flags@^1.5.0 │ ├─ set-function-name@^2.0.0 │ └─ side-channel@^1.0.4 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ └─ es-abstract@^1.22.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ └─ es-abstract@^1.22.1 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ define-properties@^1.2.0 │ └─ es-abstract@^1.22.1 ├─ [email protected] │ └─ ansi-regex@^5.0.1 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ has-flag@^4.0.0 ├─ [email protected] ├─ [email protected] │ ├─ @istanbuljs/schema@^0.1.2 │ ├─ glob@^7.1.4 │ └─ minimatch@^3.0.4 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ └─ is-number@^7.0.0 ├─ [email protected] │ ├─ @jest/[email protected] │ │ ├─ @jest/schemas@^29.0.0 │ │ ├─ @types/istanbul-lib-coverage@^2.0.0 │ │ ├─ @types/istanbul-reports@^3.0.0 │ │ ├─ @types/node@* │ │ ├─ @types/yargs@^17.0.8 │ │ └─ chalk@^4.0.0 │ ├─ @types/[email protected] │ ├─ [email protected] │ ├─ [email protected] │ ├─ jest-util@^29.0.0 │ ├─ [email protected] │ │ ├─ @jest/types@^29.3.1 │ │ ├─ @types/node@* │ │ ├─ chalk@^4.0.0 │ │ ├─ ci-info@^3.2.0 │ │ ├─ graceful-fs@^4.2.9 │ │ └─ picomatch@^2.2.3 │ ├─ json5@^2.2.3 │ ├─ [email protected] │ ├─ [email protected] │ ├─ semver@^7.5.3 │ └─ yargs-parser@^21.0.1 ├─ [email protected] │ ├─ @cspotcode/source-map-support@^0.8.0 │ ├─ @tsconfig/node10@^1.0.7 │ ├─ @tsconfig/node12@^1.0.7 │ ├─ @tsconfig/node14@^1.0.0 │ ├─ @tsconfig/node16@^1.0.2 │ ├─ acorn-walk@^8.1.1 │ ├─ acorn@^8.4.1 │ ├─ arg@^4.1.0 │ ├─ create-require@^1.1.0 │ ├─ diff@^4.0.1 │ ├─ make-error@^1.1.1 │ ├─ v8-compile-cache-lib@^3.0.1 │ └─ [email protected] ├─ [email protected] │ ├─ @typescript-eslint/eslint-plugin@^5.0.0 │ ├─ @typescript-eslint/parser@^5.0.0 │ ├─ eslint-config-standard-jsx@^11.0.0 │ ├─ eslint-config-standard-with-typescript@^23.0.0 │ ├─ eslint-plugin-import@^2.25.2 │ ├─ eslint-plugin-n@^15.0.0 │ ├─ eslint-plugin-promise@^6.0.0 │ ├─ eslint-plugin-react@^7.28.0 │ ├─ eslint@^8.0.1 │ ├─ minimist@^1.2.6 │ ├─ pkg-conf@^4.0.0 │ └─ standard-engine@^15.0.0 ├─ [email protected] │ ├─ @types/json5@^0.0.29 │ ├─ json5@^1.0.2 │ ├─ [email protected] │ │ └─ minimist@^1.2.0 │ ├─ minimist@^1.2.6 │ └─ strip-bom@^3.0.0 ├─ [email protected] ├─ [email protected] │ └─ tslib@^1.8.1 ├─ [email protected] ├─ [email protected] │ └─ prelude-ls@^1.2.1 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ get-intrinsic@^1.2.1 │ └─ is-typed-array@^1.1.10 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ for-each@^0.3.3 │ ├─ has-proto@^1.0.1 │ └─ is-typed-array@^1.1.10 ├─ [email protected] │ ├─ available-typed-arrays@^1.0.5 │ ├─ call-bind@^1.0.2 │ ├─ for-each@^0.3.3 │ ├─ has-proto@^1.0.1 │ └─ is-typed-array@^1.1.10 ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ for-each@^0.3.3 │ └─ is-typed-array@^1.1.9 ├─ [email protected] ├─ [email protected] │ ├─ call-bind@^1.0.2 │ ├─ has-bigints@^1.0.2 │ ├─ has-symbols@^1.0.3 │ └─ which-boxed-primitive@^1.0.2 ├─ [email protected] ├─ [email protected] │ └─ @fastify/busboy@^2.0.0 ├─ [email protected] ├─ [email protected] │ ├─ escalade@^3.1.1 │ └─ picocolors@^1.0.0 ├─ [email protected] │ └─ punycode@^2.1.0 ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ @jridgewell/trace-mapping@^0.3.12 │ ├─ @jridgewell/[email protected] │ │ ├─ @jridgewell/[email protected] │ │ └─ @jridgewell/[email protected] │ ├─ @types/istanbul-lib-coverage@^2.0.1 │ └─ convert-source-map@^1.6.0 ├─ [email protected] │ └─ [email protected] ├─ [email protected] │ ├─ is-bigint@^1.0.1 │ ├─ is-boolean-object@^1.1.0 │ ├─ is-number-object@^1.0.4 │ ├─ is-string@^1.0.5 │ └─ is-symbol@^1.0.3 ├─ [email protected] │ ├─ function.prototype.name@^1.1.5 │ ├─ has-tostringtag@^1.0.0 │ ├─ is-async-function@^2.0.0 │ ├─ is-date-object@^1.0.5 │ ├─ is-finalizationregistry@^1.0.2 │ ├─ is-generator-function@^1.0.10 │ ├─ is-regex@^1.1.4 │ ├─ is-weakref@^1.0.2 │ ├─ isarray@^2.0.5 │ ├─ which-boxed-primitive@^1.0.2 │ ├─ which-collection@^1.0.1 │ └─ which-typed-array@^1.1.9 ├─ [email protected] │ ├─ is-map@^2.0.1 │ ├─ is-set@^2.0.1 │ ├─ is-weakmap@^2.0.1 │ └─ is-weakset@^2.0.1 ├─ [email protected] │ ├─ available-typed-arrays@^1.0.5 │ ├─ call-bind@^1.0.4 │ ├─ for-each@^0.3.3 │ ├─ gopd@^1.0.1 │ └─ has-tostringtag@^1.0.0 ├─ [email protected] │ └─ isexe@^2.0.0 ├─ [email protected] │ ├─ ansi-styles@^4.0.0 │ ├─ string-width@^4.1.0 │ └─ strip-ansi@^6.0.0 ├─ [email protected] ├─ [email protected] │ ├─ imurmurhash@^0.1.4 │ └─ signal-exit@^3.0.7 ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] │ ├─ cliui@^8.0.1 │ ├─ escalade@^3.1.1 │ ├─ get-caller-file@^2.0.5 │ ├─ require-directory@^2.1.1 │ ├─ string-width@^4.2.3 │ ├─ y18n@^5.0.5 │ └─ yargs-parser@^21.1.1 ├─ [email protected] └─ [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's what I did
Added the following config to my workspace settings.json:
I've also installed ts-standard locally
What I expected to happen
When I format typescript files, it should use ts-standard with the above configuration.
What seems to have happened
However, I get the following message instead:
.
Attempting to configure the default formatter also doesn't present standard as an option:
yarn list
The text was updated successfully, but these errors were encountered: