-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add extentsion in imports (#1678)
* chore: add extentsion in imports * fix github workflow * revert for zustand/context * do not patch :) * fix workflow file * update ts 5 * patch tsconfig * use old typescript for react 16 * downlevel-dts to 3.8 * Revert "downlevel-dts to 3.8" This reverts commit d03e526. * patch workflow file * patch for react 16 * remove ts3.4 in workflow * skipLibChecks * revert changes in test-multiple-versions.yml * fix sed * wip: add allowJs * Revert "wip: add allowJs" This reverts commit fca34d7. * use ts 495 * useESM false * Revert "useESM false" This reverts commit 07a91d8. * no coverage * no coverage 2 * no coverage 3 * wip * disable transform * revert a change * revert changes * test: try ignoring tests with dynamic imports * test: skip tests that require/tests modules in isolation * test: remove dynamic import * run skipped tests on CI * test: add new devtools imports to ci-only tests * revert CI-ONLY-* hack * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * wip: workaround for react 16 * CI-MATRIX- for devtools CI hacks * test: add env variable to test multiple builds workflow * hack await import * hack await import for another one * wip: experimenting workflow file * wip: experimenting workflow file * wip: experimenting workflow file * use different env name * wip: experimenting workflow file * do not use two envs * revert to NODE_ENV --------- Co-authored-by: Arjun <14841132+arjunvegda@users.noreply.github.com>
- Loading branch information
1 parent
22db001
commit f37530f
Showing
17 changed files
with
152 additions
and
136 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './vanilla' | ||
export * from './react' | ||
export { default } from './react' | ||
export * from './vanilla.ts' | ||
export * from './react.ts' | ||
export { default } from './react.ts' |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export * from './middleware/redux' | ||
export * from './middleware/devtools' | ||
export * from './middleware/subscribeWithSelector' | ||
export * from './middleware/combine' | ||
export * from './middleware/persist' | ||
export * from './middleware/redux.ts' | ||
export * from './middleware/devtools.ts' | ||
export * from './middleware/subscribeWithSelector.ts' | ||
export * from './middleware/combine.ts' | ||
export * from './middleware/persist.ts' |
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.