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

3 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1545: 	ImplicitStrictModeImport

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L12873: 		p.moduleScope.RecursiveSetStrictMode(js_ast.ImplicitStrictModeImport)
		js_parser_lower.go#L170: 		case js_ast.ImplicitStrictModeImport: