(string)
| 18 | // JSDocument is an interface that describes the behavior of a JSDocument |
| 19 | type JSDocument interface { |
| 20 | WriteFile(string) error |
| 21 | Key() string |
| 22 | Imports() []*ImportDependency |
| 23 | AddImport(*ImportDependency) []*ImportDependency |
no outgoing calls