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

4 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1011: type SNamespace struct {
		js_ast.go#L1178: func (*SNamespace) isStmt()     {}

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L8670: 	case *js_ast.SNamespace:
		ts_parser.go#L966: 	return js_ast.Stmt{Loc: loc, Data: &js_ast.SNamespace{