This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add export types to fix typescript moduleResolution:"node16" compatab…
…ility (#2389) * Update jest-extended * Add types key to all exports fields This adds typescript support when consumers are using `moduleResolution:"node16"` in their tsconfig file. The `types` and `typesVersions` field are still needed for consumers that still use `moduleResolution:"node"`
- Loading branch information
Showing
77 changed files
with
296 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
'@shopify/address': patch | ||
'@shopify/address-consts': patch | ||
'@shopify/address-mocks': patch | ||
'@shopify/admin-graphql-api-utilities': patch | ||
'@shopify/ast-utilities': patch | ||
'@shopify/async': patch | ||
'@shopify/browser': patch | ||
'@shopify/csrf-token-fetcher': patch | ||
'@shopify/css-utilities': patch | ||
'@shopify/dates': patch | ||
'@shopify/decorators': patch | ||
'@shopify/function-enhancers': patch | ||
'graphql-config-utilities': patch | ||
'graphql-fixtures': patch | ||
'graphql-mini-transforms': patch | ||
'@shopify/graphql-testing': patch | ||
'graphql-tool-utilities': patch | ||
'graphql-typed': patch | ||
'graphql-typescript-definitions': patch | ||
'graphql-validate-fixtures': patch | ||
'@shopify/i18n': patch | ||
'@shopify/jest-dom-mocks': patch | ||
'@shopify/jest-koa-mocks': patch | ||
'@shopify/koa-liveness-ping': patch | ||
'@shopify/koa-metrics': patch | ||
'@shopify/koa-performance': patch | ||
'@shopify/koa-shopify-graphql-proxy': patch | ||
'@shopify/koa-shopify-webhooks': patch | ||
'@shopify/logger': patch | ||
'@shopify/mime-types': patch | ||
'@shopify/network': patch | ||
'@shopify/performance': patch | ||
'@shopify/polyfills': patch | ||
'@shopify/predicates': patch | ||
'@shopify/react-app-bridge-universal-provider': patch | ||
'@shopify/react-async': patch | ||
'@shopify/react-bugsnag': patch | ||
'@shopify/react-compose': patch | ||
'@shopify/react-cookie': patch | ||
'@shopify/react-csrf': patch | ||
'@shopify/react-csrf-universal-provider': patch | ||
'@shopify/react-effect': patch | ||
'@shopify/react-form': patch | ||
'@shopify/react-form-state': patch | ||
'@shopify/react-google-analytics': patch | ||
'@shopify/react-graphql': patch | ||
'@shopify/react-graphql-universal-provider': patch | ||
'@shopify/react-hooks': patch | ||
'@shopify/react-html': patch | ||
'@shopify/react-hydrate': patch | ||
'@shopify/react-i18n': patch | ||
'@shopify/react-i18n-universal-provider': patch | ||
'@shopify/react-idle': patch | ||
'@shopify/react-import-remote': patch | ||
'@shopify/react-intersection-observer': patch | ||
'@shopify/react-network': patch | ||
'@shopify/react-performance': patch | ||
'@shopify/react-router': patch | ||
'@shopify/react-server': patch | ||
'@shopify/react-shortcuts': patch | ||
'@shopify/react-testing': patch | ||
'@shopify/react-tracking-pixel': patch | ||
'@shopify/react-universal-provider': patch | ||
'@shopify/react-web-worker': patch | ||
'@shopify/semaphore': patch | ||
'@shopify/sewing-kit-koa': patch | ||
'@shopify/statsd': patch | ||
'@shopify/storybook-a11y-test': patch | ||
'@shopify/useful-types': patch | ||
'@shopify/web-worker': patch | ||
'@shopify/with-env': patch | ||
--- | ||
|
||
Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.