D3vugu-components/.vscode/settings.json
David Vogel a587fea398 Rework value and list binder
- Rename FieldBinder to ValueBinder
- Split ValueBinder interface into ValueGetter, ValueSetter and HTMLInputTyper
- Add non pointer types to ValueBindAny.StringValue
- Move encoding.TextMarshaler in type switch
- Simplify ListBinder, and reuse ValueBinder logic
- Add ListBindGenericValues type
2023-07-03 00:18:58 +02:00

23 lines
455 B
JSON

{
"cSpell.words": [
"Dadido",
"datetime",
"domrender",
"Fullscreen",
"ldflags",
"Segoe",
"simplehttp",
"Typer",
"vgrouter",
"Vogel",
"vugu",
"vugugen"
],
"licenser.author": "David Vogel",
"licenser.license": "MIT",
"licenser.projectName": "D3vugu-components",
"go.toolsEnvVars": {
"GOOS": "js",
"GOARCH": "wasm"
}
}