mir-codebase 0.33.0

Codebase storage and resolution for the mir PHP static analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod file_id;
pub mod storage;

pub use file_id::{FileId, FileIdMap};
pub use mir_types::Location;
pub use storage::{
    deduplicate_params_in_slice, wrap_param_type, ClassDef, ConstantDef, EnumCaseDef, EnumDef,
    FnParam, FunctionDef, InterfaceDef, MethodDef, PropertyDef, StubSlice, TemplateParam, TraitDef,
    Visibility,
};