type github.com/evanw/esbuild/internal/js_ast.SComment

7 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L934: type SComment struct {
		js_ast.go#L1165: func (*SComment) isStmt()       {}

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L6189: 					Data: &js_ast.SComment{Text: comment.Text},
		js_parser.go#L7953: 	case *js_ast.SDebugger, *js_ast.SEmpty, *js_ast.SComment:
		js_parser.go#L9110: 		case *js_ast.SComment:
		js_parser.go#L12722: 			case *js_ast.SComment:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L2494: 	case *js_ast.SComment: