pub fn cjs_loader( requests: Query<'_, '_, &ContextRequest>, json_ld_vals: Query<'_, '_, (Entity, &Label)>, res: Res<'_, Registry>, commander: Commands<'_, '_>, found: Local<'_, HashSet<String>>, )