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

10 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L940: type SDirective struct {
		js_ast.go#L1167: func (*SDirective) isStmt()     {}

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L6212: 					stmt.Data = &js_ast.SDirective{Value: str.Value, LegacyOctalLoc: str.LegacyOctalLoc}
		js_parser.go#L6656: func isDirectiveSupported(s *js_ast.SDirective) bool {
		js_parser.go#L6748: 		case *js_ast.SDirective:
		js_parser.go#L7530: 		*js_ast.SBreak, *js_ast.SContinue, *js_ast.SDirective:
		js_parser.go#L7960: 	case *js_ast.SDirective:
		js_parser.go#L9112: 		case *js_ast.SDirective:
		js_parser.go#L12724: 			case *js_ast.SDirective:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L2972: 	case *js_ast.SDirective: