Files
wails/v2/pkg/parser/index.template
2020-11-10 07:33:10 +11:00

12 lines
259 B
Plaintext

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
{{- range .}}
const {{.Name}} = require('./{{.Name}}');
{{- end}}
module.exports = {
{{- range .}}
{{.Name}}: {{.Name}},
{{- end}}
}