You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add a temporary way to warn on import assertions (denoland#873)
This commit adds a `ModuleLoader::purge_and_prevent_code_cache`
method that is called when a V8 warning for import assertions is
received.
This is a temporary method, that will be removed after Deno 2 when
requirement for import assertion support is dropped completely.
0 commit comments