babel-plugin-runtyper
Type-checker
An add-on to JavaScript code analysis that detects and prevents type-coercion bugs during runtime.
⚡️ Runtime type-checker for JavaScript
116 stars
6 watching
4 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
babelbabel-pluginruntime-code-analysistype-checkingtype-hintstype-safety
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a runtime type system for JavaScript that enables full Flow compatibility and supports API input validation | 802 |
| A language extension that adds optional types to JavaScript for large-scale applications | 101,442 |
| A Vite plugin that runs checks for various code analysis tools in a worker thread. | 1,015 |
| An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
| Automates writing type predicate functions to check unknown or untyped data at runtime | 959 |
| Transforms JSDoc annotations to enable runtime type checking | 55 |
| A runtime environment providing type-safe functionality for the OCaml programming language | 23 |
| A Python library that simplifies type checking and validation in object-oriented coding | 22 |
| A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
| A Babel plugin that adds instrumentation to JavaScript code to facilitate coverage analysis during testing | 631 |
| A Babel plugin that supports design by contract for JavaScript functions. | 267 |
| A tool that integrates Flow type checking into ESLint for easier JavaScript development and error detection. | 403 |
| A tool that transpiles modern JavaScript code to earlier versions of the language | 43,304 |
| Enables Babel transformation of JavaScript files during Vite development and build processes. | 53 |
| A strongly-typed validation library for TypeScript that allows developers to create accurate interfaces and transform data at compile-time. | 363 |