graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

process is not defined in browsers

Open justinfagnani opened this issue 1 year ago • 8 comments

Even though this seems to have been at least partially addressed in https://github.com/graphql/graphql-js/pull/1058 there are still references to process in the code, like https://github.com/graphql/graphql-js/blob/main/src/jsutils/instanceOf.ts#L12 that cause errors when loading modules in the browser.

justinfagnani avatar Oct 15 '22 15:10 justinfagnani