We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db74dd1 commit af7a73dCopy full SHA for af7a73d
transpiler/translations_native.go
@@ -65,4 +65,7 @@ func init() {
65
RegisterInlineTranslation("float64", func(args []Resolvable) (Resolvable, error) {
66
return args[0], nil
67
})
68
+ RegisterInlineTranslation("int", func(args []Resolvable) (Resolvable, error) {
69
+ return args[0], nil
70
+ })
71
}
0 commit comments