var github.com/google/safehtml.jsIdentifierPattern

2 uses

	github.com/google/safehtml (current package)
		script.go#L68: 	if !jsIdentifierPattern.MatchString(string(name)) {
		script.go#L85: var jsIdentifierPattern = regexp.MustCompile(`^[$_a-zA-Z][$_a-zA-Z0-9]+$`)