Chris Paterson

Results 22 comments of Chris Paterson

Hi, I'm interested in this feature. @bcherny, As far as spec'ing out the JSONSchema properties, could it not just take any unknown property key and make it an @ comment?...

I see, apologies. I was out of the loop on those translations.

Looking this over I now realize the GVL only supports a 2-character ISO 639-1 language code. We'll likely need to support a IETF Language Tag, which accounts for regional and...

Sounds interesting, I think there's a lot of details to work out this this though.... Because, you would have to add to both the core library and the cmpapi to...

That's because the TCString encoder pulls the language from the GVL class. To fix this do `gvl.changeLanguage("DE")` I'll explore making this more intuitive or removing the option to set consentLangauge...

I see, that makes sense and a use case I was not aware of. I'll try to come up with a solution to this.

Firstly, thanks for raising this @nealrosen04 I know that most will want a solution to this. I know there's a way to solve it. On your three options above: 1....

> or import the polyfilled objects into the file that uses them. Do the PolyFills not descend down the scope? For example: if you have your `CMP` class that you...

A right... As I'm reading a bit further it seems like this might be a good solution... https://github.com/zloirock/core-js/blob/master/README.md#babelruntime Are you using babel for your build?

@nealrosen04 any updates on this? Is this a viable solution?