-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Typescript support - Added config option to allow loading additional file types. #7803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.8 to 11.0.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v10.4.8...v11.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) from 1.17.0 to 1.18.2. - [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases) - [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md) - [Commits](ctimmerm/axios-mock-adapter@v1.17.0...v1.18.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com> Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Poluektov Dmitriy <dmitry.a@kr.digital> Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 5.12.1 to 5.14.0. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md) - [Commits](FortAwesome/Font-Awesome@5.12.1...5.14.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com> Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Codecov Report
@@ Coverage Diff @@
## master #7803 +/- ##
=======================================
Coverage 32.71% 32.71%
=======================================
Files 1194 1194
Lines 12965 12965
Branches 1279 1279
=======================================
Hits 4241 4241
Misses 7884 7884
Partials 840 840
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Hi, I see a lot of unwanted commits in your branch history :) Would you mind cleaning it up so the diff only contains your changes ;) |
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
…nsion/strapi into features/typescript-support
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.8 to 11.0.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v10.4.8...v11.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Jerrod Bunce <jerrod.bunce@us.pwc.com>
…nsion/strapi into features/typescript-support
|
Hey, sorry but your PR history is still not clean :/ |
|
Hi @ascension still seeing a weird history here :) |
@alexandrebodin I will try to get this cleaned up this week |
|
This pull request has been mentioned on Strapi Community. There might be relevant details there: https://forum.strapi.io/t/strapi-integration-with-other-typescript-aplications-in-a-monorepo/1104/2 |
|
Jerrod Bunce seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
@ascension Any update? |
|
Description of what you did:
Based on the discussion in #6550 I implemented:
Added a new config option
loader.extensionsto allow core api to load additional files.Added a new example project that uses Typescript.
Updated config docs to include
loader.extensions