Struct deno_graph::CapturingModuleParser
source · pub struct CapturingModuleParser<'a> { /* private fields */ }Expand description
Stores parsed files in the provided store after parsing. in a provided store. Parses that match the previous one will be cached.
Note that this will insert into the store whatever was last parsed, so if two threads race to parse, when they’re both done it will have whatever was last stored.