-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Document sourcemap support for transforms #5113
Comments
I'd like to pick this up as my first contribution to the project. Could anyone guide me with this? EDIT: @felipeochoa is already working on this. Sorry, I should've noticed. |
@ryzokuken feel free to PR some details about |
Will do, thanks a lot.
…On Sun 11 Feb, 2018, 8:18 PM Simen Bekkhus, ***@***.***> wrote:
@ryzokuken <https://github.com/ryzokuken> feel free to PR some details
about {code, map} return type of transformers here:
https://github.com/facebook/jest/blob/af191108302c719475aa34028a4ed46589b4cb9c/docs/Configuration.md#transform-objectstring-string
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5113 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMg3MjIfe08gMnijxmyKDIiALLvAQXFHks5tTv2pgaJpZM4RFstR>
.
|
We're using the new API in |
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days. |
Documented at https://jestjs.io/docs/code-transformation via #10834 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Docs change.
What is the current behavior?
The added sourcemap support in #3458 is not documented, see http://facebook.github.io/jest/docs/en/configuration.html#transform-object-string-string.
/cc @felipeochoa
If the current behavior is a bug, please provide the steps to reproduce and
either a repl.it demo through https://repl.it/languages/jest or a minimal
repository on GitHub that we can
yarn install
andyarn test
.N/A
What is the expected behavior?
It might be enough to update e.g. the typescript example, or create a separate example entirely. I had to read the issue description of #3458 to know that I can return
{source: '', map: ''}
.Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
N/A
The text was updated successfully, but these errors were encountered: