Frans Flippo

Results 4 comments of Frans Flippo

I agree the proposed solution is not intuitive. Why would the `@JsonProperty` annotation on the `val` work on a normal class but not on a superclass? I feel this needs...

Yes, the 3.x beta. `yarn run webpack-build` does work (well, I get a `/bin/sh: webpack: command not found`, but that would just be a matter of installing `webpack`, I suppose)....

I don't know if this is the same thing, but I can't seem to access `Metadata`. If I do `import { Metadata } from 'jsforce/api/metadata';` I get `Error: Cannot find...

What *does* work: `import Metadata = require('jsforce/lib/api/metadata');` I'm really confused...