Fix bplist-parser import error#65
Conversation
bplistParser import error
bplistParser import errorbplist-parser import error
|
Are there any plans to merge this soon? Would be great as I'm experiencing the issue mentioned in #58 |
|
I haven't looked it over thoroughly yet, but I'll do my best to get this moving along this week. |
|
@dnicolson / @oliverschwendener - found some additional issues and ended up covering much of what was in this PR. Could either of you try v1.4.0 (simple-plist@next) and let me know if it solves the problems you're facing? |
|
For me it works like a charm, thanks alot! |
|
I get these errors with 1.4.0: |
|
@dnicolson I'm not able to reproduce that. Is that in a clean project? I'm wondering if there might be some stale caches laying around on your local or something strange like that. |
|
hmm...now that I've cleared my own caches I'm seeing similar errors, though not identical for some reason. I'll keep poking around a bit to see what I can find. |
|
@dnicolson - I'm still having trouble reproducing that exact error, but I've just published Edit: If I try your approach of using I'm not sure how you were able to get that to work - can you think of anything relevant? |
|
I'm not sure our approaches are the same, it was a I see similar errors with version 1.4.0-0: |

This pull request removes TypeScript types in favor of types upstream (joeferner/node-bplist-creator#22, joeferner/node-bplist-parser#34) and also fixes the import of
bplist-parser. It's possible that it resolves #58.The following code works with version 1.3.0:
The following code with adjusted import doesn't work with version 1.3.1 and results in an error: