const github.com/evanw/esbuild/internal/js_ast.ImplicitStrictModeClass

3 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1548: 	ImplicitStrictModeClass

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L8968: 	p.currentScope.RecursiveSetStrictMode(js_ast.ImplicitStrictModeClass)
		js_parser_lower.go#L179: 		case js_ast.ImplicitStrictModeClass: