File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -768,7 +768,7 @@ func (g *Generator) typescriptType(ty types.Type) (TypescriptType, error) {
768
768
// isBuiltIn returns the string for a builtin type that we want to support
769
769
// if the name is a reserved builtin type. This is for types like 'comparable'.
770
770
// These types are not implemented in golang, so we just have to hardcode it.
771
- func (_ Generator ) isBuiltIn (name string ) (bool , string ) {
771
+ func (Generator ) isBuiltIn (name string ) (bool , string ) {
772
772
// Note: @emyrk If we use constraints like Ordered, we can pull those
773
773
// dynamically from their respective packages. This is a method on Generator
774
774
// so if someone wants to implement that, they can find the respective package
You can’t perform that action at this time.
0 commit comments