mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add vide.default type
This commit is contained in:
parent
945cdd0e88
commit
bc2bb25f74
2 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ local is_O2 = inline_test() ~= "inline_test"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
strict = not is_O2,
|
strict = not is_O2,
|
||||||
batch = false,
|
|
||||||
defaults = true,
|
defaults = true,
|
||||||
use_default_properties = true,
|
|
||||||
defer_nested_properties = true,
|
defer_nested_properties = true,
|
||||||
|
batch = false,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@ local vide = {
|
||||||
|
|
||||||
-- flags
|
-- flags
|
||||||
strict = (nil :: any) :: boolean,
|
strict = (nil :: any) :: boolean,
|
||||||
|
defaults = (nil :: any) :: boolean,
|
||||||
defer_nested_properties = (nil :: any) :: boolean,
|
defer_nested_properties = (nil :: any) :: boolean,
|
||||||
|
|
||||||
-- temporary
|
-- temporary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue