github.com/evanw/esbuild/internal/js_parser.parser.skipTypeScriptInterfaceStmt (method)

2 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L6029: 						p.skipTypeScriptInterfaceStmt(parseStmtOpts{isModuleScope: opts.isModuleScope})
		ts_parser.go#L686: func (p *parser) skipTypeScriptInterfaceStmt(opts parseStmtOpts) {