Jordan Stout
Jordan Stout
I realized I'm doing a shallow merge anyway, so I think I can get it to work just by converting class to plain, merge, then plain to class. I'm not...
I'm getting `TypeError: _parents.slice is not a function` on master on `mongoToClass`. ATM I'm cheating and using the "any" type for most things (minus embedded documents / embedded document arrays).
I essentially have this. All `@Field()` is just doing `schema.addProperty(meta.fieldName, f.any())`, the embedded arrays are doing `schema.addProperty(meta.fieldName, f.array(Type))`, and embedded documents just `schema.addProperty(meta.fieldName, f.any())` ```typescript export class Product { @Field()...
Are you suggesting to have the whole app be transpired and that the runtime isn't? This is a new project and unfortunately this is a blocker and I can't spend...
Got it. Yes, I agree. It's not an archaic version by any means and I base it off another products' revenue against various browsers which led me to testing our...
@dummdidumm ill try the pollyfill later and report back. Will have to run e2e tests against BrowserStack or lambdatest. Any regression like this can be detrimental. I found this when...
@dummdidumm Polyfill fixes it. Looks like `at` is called ~20x in my case. I'm not really a fan of having to bring in polyfills for decently modern browsers only because...
Can eslint be configured and be loose with compiler? Having more coverage than just .at would be nice. I saw a comment from @Rich-Harris about usage of at in compiler...
> as I understand 15.3 released more than 2 years ago, is it still popular? 15.4 already support it. A small chunk of revenue still comes through for 15.3
> as I understand 15.3 released more than 2 years ago, is it still popular? 15.4 already support it. Regardless, it's kind of a regression to 4.0