github.com/evanw/esbuild/internal/js_parser.parser.checkForNonBMPCodePoint (method)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L1296: p.checkForNonBMPCodePoint(loc, name)
js_parser.go#L4411: p.checkForNonBMPCodePoint(aliasLoc, alias)
js_parser.go#L4423: p.checkForNonBMPCodePoint(aliasLoc, alias)
js_parser.go#L5280: p.checkForNonBMPCodePoint(alias.Loc, name)
js_parser.go#L5903: p.checkForNonBMPCodePoint(item.AliasLoc, item.Alias)
js_parser.go#L6338: p.checkForNonBMPCodePoint(loc, name)
js_parser.go#L9252: func (p *parser) checkForNonBMPCodePoint(loc logger.Loc, name string) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |