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

4 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1537: 	StrictMode StrictModeKind
		js_ast.go#L1540: type StrictModeKind uint8
		js_ast.go#L1543: 	SloppyMode StrictModeKind = iota
		js_ast.go#L1551: func (s *Scope) RecursiveSetStrictMode(kind StrictModeKind) {