Skip to main content

Module type_checker

Module type_checker 

Source
Expand description

WebIDL 类型检查模块 WebIDL 类型检查模块

本模块提供 WebIDL 类型检查、类型兼容性验证、类型推断和错误报告功能。

Structs§

CompatibilityDetails
兼容性详情
InferredType
推断的类型信息
InterfaceProperty
接口属性信息
TypeCompatibilityResult
类型兼容性结果
TypeError
类型错误
TypeErrorCollector
类型错误收集器
TypeInference
类型推断器
WebIdlTypeChecker
WebIDL 类型检查器

Enums§

CompatibilityLevel
兼容性级别
TypeErrorSeverity
类型错误严重程度
TypeInferenceSource
类型推断来源