func github.com/evanw/esbuild/internal/js_lexer.hasPrefixWithWordBoundary

7 uses

	github.com/evanw/esbuild/internal/js_lexer (current package)
		js_lexer.go#L2409: func hasPrefixWithWordBoundary(text string, prefix string) bool {
		js_lexer.go#L2499: 			if hasPrefixWithWordBoundary(rest, "__PURE__") {
		js_lexer.go#L2509: 			if hasPrefixWithWordBoundary(rest, "__PURE__") {
		js_lexer.go#L2511: 			} else if hasPrefixWithWordBoundary(rest, "preserve") || hasPrefixWithWordBoundary(rest, "license") {
		js_lexer.go#L2513: 			} else if hasPrefixWithWordBoundary(rest, "jsx") {
		js_lexer.go#L2517: 			} else if hasPrefixWithWordBoundary(rest, "jsxFrag") {