You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: generate TypeScript modules compatible exports map
* chore: upgrade to latest bob
* fix: bob check errors
* chore: prettier
* fix: bin path for dev-tests
* revert dev-test code changes
* remove .js for website
* ok no .js here
* revert accidential test string changes
* feat: esm lfg
* chore: add changeset
* chore: run dev tests on both cjs and esm
* chore: upgrade bob to version 3
* chore: test whether the cache is fucked up
* why why oh why
* fix: urql graphcache code
* chore: add changeset
* fix: resolve ESM modules when running graphql-codegen via the esm binary
* chore: remove testing package from the changeset
* fix: also support the esm error code when trying to load a plugin
* chore: patch @urql/introspection so the graphql logic is loaded from the top level export (cjs module)
* chore: remove obsolete prepack command
'@graphql-codegen/typescript-apollo-angular': minor
26
+
'@graphql-codegen/typescript-apollo-client-helpers': minor
27
+
'@graphql-codegen/typescript-document-nodes': minor
28
+
'@graphql-codegen/typescript-enum-array': minor
29
+
'@graphql-codegen/typescript-generic-sdk': minor
30
+
'@graphql-codegen/gql-tag-operations': minor
31
+
'@graphql-codegen/typescript-graphql-apollo': minor
32
+
'@graphql-codegen/typescript-graphql-files-modules': minor
33
+
'@graphql-codegen/typescript-graphql-request': minor
34
+
'@graphql-codegen/typescript-jit-sdk': minor
35
+
'@graphql-codegen/typescript-mongodb': minor
36
+
'@graphql-codegen/typescript-msw': minor
37
+
'@graphql-codegen/named-operations-object': minor
38
+
'@graphql-codegen/typescript-oclif': minor
39
+
'@graphql-codegen/typescript-operations': minor
40
+
'@graphql-codegen/typescript-react-apollo': minor
41
+
'@graphql-codegen/typescript-react-offix': minor
42
+
'@graphql-codegen/typescript-react-query': minor
43
+
'@graphql-codegen/typescript-resolvers': minor
44
+
'@graphql-codegen/typescript-rtk-query': minor
45
+
'@graphql-codegen/typescript-stencil-apollo': minor
46
+
'@graphql-codegen/typescript-type-graphql': minor
47
+
'@graphql-codegen/typed-document-node': minor
48
+
'@graphql-codegen/typescript': minor
49
+
'@graphql-codegen/typescript-urql': minor
50
+
'@graphql-codegen/typescript-urql-graphcache': minor
51
+
'@graphql-codegen/urql-svelte-operations-store': minor
52
+
'@graphql-codegen/typescript-vue-apollo': minor
53
+
'@graphql-codegen/typescript-vue-apollo-smart-ops': minor
54
+
'@graphql-codegen/typescript-vue-urql': minor
55
+
'@graphql-codegen/gql-tag-operations-preset': minor
56
+
'@graphql-codegen/graphql-modules-preset': minor
57
+
'@graphql-codegen/import-types-preset': minor
58
+
'@graphql-codegen/near-operation-file-preset': minor
59
+
'@graphql-codegen/plugin-helpers': minor
60
+
---
61
+
62
+
Support TypeScript ESM modules (`"module": "node16"` and `"moduleResolution": "node16"`).
63
+
64
+
[More information on the TypeScript Release Notes.](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js)
0 commit comments