Commit e914824
committed
docs: fix misleading claims about TypeScript compile-time validation
Corrected Developer Experience section to accurately reflect:
- @Map() uses string paths validated at RUNTIME, not compile-time
- @MapFrom() provides COMPILE-TIME type checking for transformers
- TypeScript validates target field types, not source property names in @Map()
Changed 'Full TypeScript support' to 'Compile-time for transformers' in
comparison table to be more accurate.
This prevents misleading users about TypeScript's actual capabilities
with decorator string literals.1 parent 2aa6a27 commit e914824
1 file changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
217 | 220 | | |
218 | 221 | | |
219 | | - | |
220 | | - | |
221 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
222 | 225 | | |
223 | | - | |
224 | | - | |
| 226 | + | |
| 227 | + | |
225 | 228 | | |
226 | 229 | | |
227 | 230 | | |
| |||
0 commit comments