mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
`ModuleMap` needs to save all ignored modules, the cache will wait for forever otherwise. For example, previously when `.json` modules is imported, `init_cache_state` will lock the thread forever because there are no code path that lead `update_cache_state` to release the lock. |
||
|---|---|---|
| .. | ||
| oxc | ||
| oxc_allocator | ||
| oxc_ast | ||
| oxc_cli | ||
| oxc_codegen | ||
| oxc_diagnostics | ||
| oxc_index | ||
| oxc_js_regex | ||
| oxc_language_server | ||
| oxc_linter | ||
| oxc_macros | ||
| oxc_minifier | ||
| oxc_parser | ||
| oxc_prettier | ||
| oxc_semantic | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_transformer | ||
| oxc_wasm | ||