Skip to content
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

Asynchronous code in transformers #254

Closed
akiran opened this issue Apr 12, 2018 · 4 comments
Closed

Asynchronous code in transformers #254

akiran opened this issue Apr 12, 2018 · 4 comments

Comments

@akiran
Copy link

akiran commented Apr 12, 2018

Is it possible to support asynchronous code in the transformers.

Our transformations depend on the data from database. We couldn't add asynchronous code in transformers. I added async on the transformer function to use await inside transformer code.
But it didn't work

@sibelius
Copy link
Contributor

have you figure it out how to solve this?

@akiran
Copy link
Author

akiran commented May 16, 2019

@sibelius No, I didn't figure this out

@mattkime
Copy link

I'd also like to see this. I'm using https://github.com/Galooshi/import-js to resolve import statements but this isn't possible due to a lack of async function support.

@mikob mikob mentioned this issue Jun 13, 2019
@danieldelcore
Copy link

Hey all, I think this issue be closed now since merging this PR: #237

@ElonVolo ElonVolo closed this as completed May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants