Integrated Classic support #402
Annotations
1 error and 10 warnings
LUA
Process completed with exit code 1.
|
assign-type-mismatch:
Core/OnLoad.lua#L16
Cannot assign `string` to `Unit`.\\n- `string` cannot match `Unit`\\n- Type `string` cannot match `Unit`
|
assign-type-mismatch:
Core/OnLoad.lua#L17
Cannot assign `string` to `WIDGET_KIND`.\\n- `string` cannot match `WIDGET_KIND`\\n- Type `string` cannot match `WIDGET_KIND`
|
undefined-global:
Data/Constants.lua#L24
Undefined global `LE_EXPANSION_LEVEL_CURRENT`.
|
undefined-global:
Data/Constants.lua#L24
Undefined global `LE_EXPANSION_WAR_WITHIN`.
|
undefined-global:
Data/Constants.lua#L21
Undefined global `LE_EXPANSION_LEVEL_CURRENT`.
|
undefined-global:
Data/Constants.lua#L21
Undefined global `LE_EXPANSION_BURNING_CRUSADE`.
|
inject-field:
Data/Defaults.lua#L1014
Fields cannot be injected into the reference of `table<Unit, UnitLayout>` for `focus`. To allow injection, add `[any]: any` to the definition.
|
inject-field:
Data/Defaults.lua#L1056
Fields cannot be injected into the reference of `table<Unit, UnitLayout>` for `boss`. To allow injection, add `[any]: any` to the definition.
|
undefined-field:
Data/Defaults.lua#L1084
Undefined field `target`.
|
undefined-field:
Data/Defaults.lua#L1085
Undefined field `pet`.
|