Adrien Mangeot

Results 12 comments of Adrien Mangeot

Yes that should be safe! Considering that `@@toStringTag` is set to `writable: false` for `GeneratorFunction`, according to this [spec](https://www.ecma-international.org/ecma-262/6.0/#sec-generatorfunction.prototype-@@tostringtag), is this line ok: ` Gp[toStringTagSymbol] = "Generator"`? --- `Gp` is...

Ok thank you, just started using your package, it works great. I will when I dive into it (if needed).