typescript icon indicating copy to clipboard operation
typescript copied to clipboard

Exercism exercises in TypeScript.

Results 129 typescript issues
Sort by recently updated
recently updated
newest added

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.21.0 to 3.26.0. Changelog Sourced from core-js's changelog. 3.26.0 - 2022.10.24 Array.fromAsync proposal: Moved to Stage 3, September TC39 meeting Avoid observable side effects of %Array.prototype.values% usage...

dependencies
javascript

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.21.1 to 3.26.0. Changelog Sourced from core-js's changelog. 3.26.0 - 2022.10.24 Array.fromAsync proposal: Moved to Stage 3, September TC39 meeting Avoid observable side effects of %Array.prototype.values% usage...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: no-implicit-globals supports exported block comment...

dependencies
javascript

ℹ More info: https://github.com/exercism/org-wide-files/commit/7ffd170e6f44ed20c116fcb7ff6ace689760a8ad 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/261

Bumps [actions/github-script](https://github.com/actions/github-script) from 6.0.0 to 6.3.3. Release notes Sourced from actions/github-script's releases. v6.3.3 What's Changed Update @actions/glob to 0.3.0 by @​nineinchnick in actions/github-script#279 New Contributors @​nineinchnick made their first contribution...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.1 to 3.5.1. Release notes Sourced from actions/setup-node's releases. Update @​actions/core and Print Node, Npm, Yarn versions In scope of this release we updated actions/core to 1.10.0....

dependencies
github_actions

Bumps [chalk](https://github.com/chalk/chalk) from 5.0.0 to 5.1.2. Release notes Sourced from chalk's releases. v5.1.2 Fix exported styles names (#569) a34bcf6 https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2 v5.1.1 Improved the names of exports introduced in 5.1.0 (#567)...

dependencies
javascript

fixes https://github.com/exercism/typescript/issues/1176

On a test the code is suppose to raise following error: ```typescript xit('rejects negative span', () => { expect(() => largestProduct('12345', -1)).toThrow( new Error('Span must be greater than zero') )...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions