Commit bfd5080
Kapil Borle
Implement own value getter from hashtable ast
Ideally we should use HashtableAst.SafeGetValue() but that API is available only on PSv4 and onwards. As we support PSv3, we need our own implementation. And since we do not want any discrepancy in behavior across different PS versions, we use this custom implementation for all PS versions.1 parent 4279c8c commit bfd5080
1 file changed
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
314 | 316 | | |
315 | 317 | | |
316 | 318 | | |
| |||
325 | 327 | | |
326 | 328 | | |
327 | 329 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | 330 | | |
338 | 331 | | |
339 | 332 | | |
| |||
0 commit comments