DEV Community

i-am-killvish profile picture

i-am-killvish

Building dev tools | TypeScript | CLI tools

Joined Joined on  github website
Regex vs AST: Why Compiler-Aware Code Transformations Are Safer

Regex vs AST: Why Compiler-Aware Code Transformations Are Safer

Comments
1 min read

Want to connect with i-am-killvish?

Create an account to connect with i-am-killvish. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
From Compiler Error to Safe Fix: What I Learned Building a TypeScript Auto-Fixer

From Compiler Error to Safe Fix: What I Learned Building a TypeScript Auto-Fixer

Comments
1 min read
TS2339 Isn't Hard to Fix. It's Just Repetitive.

TS2339 Isn't Hard to Fix. It's Just Repetitive.

Comments
2 min read
Why React + TypeScript Nullability Slowly Becomes Exhausting

Why React + TypeScript Nullability Slowly Becomes Exhausting

Comments
2 min read
Why Autofixing Missing TypeScript Arguments Is Harder Than It Looks

Why Autofixing Missing TypeScript Arguments Is Harder Than It Looks

2
Comments 3
3 min read
Why `.filter(Boolean)` Doesn't Narrow Types in TypeScript (and how I built an AST fixer for it)

Why `.filter(Boolean)` Doesn't Narrow Types in TypeScript (and how I built an AST fixer for it)

2
Comments
3 min read
Extending my TypeScript auto-fix CLI to handle .filter(Boolean) narrowing issues

Extending my TypeScript auto-fix CLI to handle .filter(Boolean) narrowing issues

Comments
1 min read
I built a CLI that fixes TypeScript errors automatically

I built a CLI that fixes TypeScript errors automatically

Comments
1 min read
loading...