github.com/evanw/esbuild/internal/logger.Log.AddErrorWithNotes (method)
3 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L1236: func (log Log) AddErrorWithNotes(source *Source, loc Loc, text string, notes []MsgData) {
github.com/evanw/esbuild/internal/css_lexer
css_lexer.go#L410: lexer.log.AddErrorWithNotes(&lexer.source, logger.Loc{Start: lexer.Token.Range.End()}, "Expected \"*/\" to terminate multi-line comment",
github.com/evanw/esbuild/internal/js_lexer
js_lexer.go#L2393: lexer.log.AddErrorWithNotes(&lexer.source, loc, text, notes)
![]() |
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. |