mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
chore: add section with tools for type checking
This commit is contained in:
@@ -6,6 +6,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Package Managers](#package-managers)
|
* [Package Managers](#package-managers)
|
||||||
* [Loaders](#loaders)
|
* [Loaders](#loaders)
|
||||||
* [Bundlers](#bundlers)
|
* [Bundlers](#bundlers)
|
||||||
|
* [Type Checkers](#type-checkers)
|
||||||
* [Testing Frameworks](#testing-frameworks)
|
* [Testing Frameworks](#testing-frameworks)
|
||||||
* [QA Tools](#qa-tools)
|
* [QA Tools](#qa-tools)
|
||||||
* [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries)
|
* [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries)
|
||||||
@@ -113,6 +114,14 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Brunch](https://github.com/brunch/brunch) - Fast front-end web app build tool with simple declarative config.
|
* [Brunch](https://github.com/brunch/brunch) - Fast front-end web app build tool with simple declarative config.
|
||||||
* [Parcel](https://github.com/parcel-bundler/parcel) - Blazing fast, zero configuration web application bundler.
|
* [Parcel](https://github.com/parcel-bundler/parcel) - Blazing fast, zero configuration web application bundler.
|
||||||
|
|
||||||
|
## Type Checkers
|
||||||
|
|
||||||
|
* [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.
|
||||||
|
* [Flow.js](https://flow.org/en/) - A static type checker for JavaScript from Facebook.
|
||||||
|
* [Hegel](https://jsmonk.github.io/hegel/) - A static type checker for JavaScript with a bias on type inference an strong type system.
|
||||||
|
* [TypL](https://github.com/getify/TypL) - the JavaScript Type Linter with a bias on type inference.
|
||||||
|
* [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures.
|
||||||
|
|
||||||
|
|
||||||
## Testing Frameworks
|
## Testing Frameworks
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user