Replies: 2 comments
-
Hey thanks for the question!! The flag was just recently moved from internal experimental to publicly accessible. If you are still having the issue please feel free to report the issue and directly ping me in it 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Tried it and it works! Thanks 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following this merged PR, I've tried using
compatibility_flags['nodejs_compat']
in mywrangler.toml
, so I can thenimport { AsyncLocalStorage } from 'node:async_hooks'
in my code.I was happy to see that build have passed.
However, I'm still getting this:
I'm using latest wrangler v2.12.0 and node v18.12.1
My question is what is the lifecycle of experimental flags?
When can I expect it to become available for use in production?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions