| 28 | } |
| 29 | |
| 30 | type FlagOptions struct { |
| 31 | outFile string |
| 32 | inputFile string |
| 33 | sandbox bool |
| 34 | } |
| 35 | |
| 36 | func options() *FlagOptions { |
| 37 | outFile := flag.String("O", "", "Name of output file (e.g. loader.js)") |
nothing calls this directly
no outgoing calls
no test coverage detected