typescript
typescript copied to clipboard
Exercism exercises in TypeScript.
This PR was generated automatically by a scheduled workflow. It includes updates from `configlet sync` for: - 📄 Documentation - 🧭 Metadata - 🗂️ Filepaths Please review and merge if...
``` Checking exercises... [warn] anagram: missing 3 test cases - does not detect an anagram if the original word is repeated (630abb71-a94e-4715-8395-179ec1df9f91) - handles case of greek letters (a6854f66-eec1-4afd-a137-62ef2870c051) -...
While completing the exercises, yarn created a `.yarn` directory that created problems with the linter. Emacs stores backup files as `##`, and these files also shouldn't be checked.
https://github.com/exercism/typescript/blob/4026d9e897e1a0c93e6b42f3bd0cb72fc0d1eeaf/exercises/practice/anagram/anagram.test.ts#L11 In the provided Jest tests for the anagram exercise, several expected arrays are declared empty without an explicit type annotation. When the TypeScript compiler is run with "strict": true...
Would it not make sense to add concepts on the typescript track to instruct the differences between typescript and javascript. For example: - Introduction to types (and how to create...
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2. Release notes Sourced from prettier's releases. 3.4.2 🔗 Changelog 3.4.1 🔗 Changelog 3.4.0 diff 🔗 Release note Changelog Sourced from prettier's changelog. 3.4.2 diff...
Bumps [eslint](https://github.com/eslint/eslint) from 9.12.0 to 9.17.0. Release notes Sourced from eslint's releases. v9.17.0 Features eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti) Bug Fixes 67d683d fix: fix crash when...
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.10.0 to 8.19.0. Release notes Sourced from typescript-eslint's releases. v8.19.0 8.19.0 (2024-12-30) 🚀 Features eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106) 🩹 Fixes eslint-plugin: add...