fullTypesPathReturns returns the full path to the generated TS file.
()
| 464 | |
| 465 | // fullTypesPathReturns returns the full path to the generated TS file. |
| 466 | func (p *plugin) fullTypesPath() string { |
| 467 | return filepath.Join(p.config.TypesDir, typesFileName) |
| 468 | } |
| 469 | |
| 470 | // relativeTypesPath returns a path to the generated TS file relative |
| 471 | // to the specified basepath. |
no outgoing calls
no test coverage detected