mir-codebase 0.64.0

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

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