hegel
hegel copied to clipboard
An advanced static type checker
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
There is an advantage that I discovered Hegel has compared to Java, TypeScript and Flow that should be mentioned in the documentation in my opinion. I explained it in these...
Hi. First of all, great project ! Unfortunately I'm not able to make it work, Running `hegel` or `npx hegel` via CLI into the folder of my application, I have...
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.0 to 1.2.1. Release notes Sourced from devcert's releases. v1.1.1 Bug Fixes #55: Fix remote execution vulnerability by switching from execSync to execFileSync Change run() to use...
Hi! I found Hegel in my search for a TypeScript alternative that is more friendly for functional programming. I also _love_ that I can define functions in this format: ```ts...
I see many examples using the `class` keyword but this is just an abstraction over prototype manipulation. I wrote an example using what I call an "old school class" :...
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I've struck up a longer discussion about type-checking of destructured arguments in a Typescript issue [here](https://bit.ly/3w5pzqb) and I was wondering if I could get your opinion on this matter. Given...