TypeScript

944 readers
1 users here now

founded 2 years ago
MODERATORS
1
 
 

I'd like to validate untrusted config JSON submitted to my application against a TypeScript interface. If it's bad, I'd like to serialize a TypeScript object with default values, and suggest it as a pattern.

Last time I looked, TypeScript didn't provide runtime access to types and interfaces, so I'm not clear if that's possible without build-time tomfoolery.

I'd prefer to avoid JSON schemas if I can, but I guess that's an option too.

Are there libraries or new-ish language features that I could use?

2
3
4
 
 
5
28
A 10x Faster TypeScript (devblogs.microsoft.com)
submitted 3 weeks ago by [email protected] to c/typescript
6
7
8
9
10
6
Branded Types | Learning TypeScript (www.learningtypescript.com)
submitted 3 weeks ago by lysdexic to c/typescript
11
12
13
13
Announcing TypeScript 5.8 (devblogs.microsoft.com)
submitted 1 month ago by [email protected] to c/typescript
14
11
Announcing TypeScript 5.8 Beta (devblogs.microsoft.com)
submitted 2 months ago by [email protected] to c/typescript
15
9
Announcing TypeScript 5.7 (devblogs.microsoft.com)
submitted 4 months ago by [email protected] to c/typescript
16
 
 

A trick that I'd like sharing :)

17
8
Announcing TypeScript 5.6 (devblogs.microsoft.com)
submitted 6 months ago by [email protected] to c/typescript
18
7
Announcing TypeScript 5.6 RC (devblogs.microsoft.com)
submitted 7 months ago by [email protected] to c/typescript
19
 
 

cross-posted from: https://programming.dev/post/18004176

I think object algebras have huge potential to improve the way complex software is written but I've never seen them used in practice. I think one reason why is that the research paper which introduced them is pretty hard to read. This post is my attempt to change that.

I've been working on this post off and on for like two years so I'm really excited to share it with people. It is very long. There's a lot of ground to cover.

20
 
 

The issue? I'm the idiot. Any suggestions for a guide to JS/TS for someone trying to learn about front-end development.

21
13
Announcing TypeScript 5.6 Beta (devblogs.microsoft.com)
submitted 8 months ago by mac to c/typescript
22
23
24
11
Announcing TypeScript 5.5 (devblogs.microsoft.com)
submitted 9 months ago by [email protected] to c/typescript
25
7
submitted 10 months ago by lysdexic to c/typescript
view more: next ›