protocolbuffers / protocolbuffers/protobuf-javascript
Generated output is incompatible with Jest (again)
Open
@dibenede is already working on this.
Since Nov 2, 2022.
bug
triaged
- Dominant language
- JavaScript
- Stars
- 471
- Forks
- 91
- Avg merge
- 3h 57m
- Merged PRs (30d)
- 2
Description
This is the same issue as https://github.com/protocolbuffers/protobuf/issues/9152, which was notionally fixed in https://github.com/protocolbuffers/protobuf/pull/9156. However, it seems that as of 3.20.3 the output is (still? again?) the Jest-incompatible
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
For now I've rolled back to 3.11.2 which emits the compatible
var global = Function('return this')();
but this isn't a great long-term solution.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.