Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed bufio.d.ts BufioDefine []byte BufioDeclared = map[string]any{ "ErrTooLong": bufio.ErrTooLong, "newReadWriter": bufio.NewReadWriter, "newWriterSize": bufio.NewWriterSize, "ErrBadReadCount": bufio.ErrBadReadCount, "ErrFinalToken": bufio.ErrFinalToken, "ErrNegativeAdvance": bufio.ErrNegativeAdvance, "newScanner": bufio.NewScanner, "scanRunes": bufio.ScanRunes, "ErrBufferFull": bufio.ErrBufferFull, "ErrInvalidUnreadByte": bufio.ErrInvalidUnreadByte, "newReaderSize": bufio.NewReaderSize, "scanBytes": bufio.ScanBytes, "ErrAdvanceTooFar": bufio.ErrAdvanceTooFar, "ErrInvalidUnreadRune": bufio.ErrInvalidUnreadRune, "newReader": bufio.NewReader, "newWriter": bufio.NewWriter, "scanLines": bufio.ScanLines, "scanWords": bufio.ScanWords, "ErrNegativeCount": bufio.ErrNegativeCount, "MaxScanTokenSize": bufio.MaxScanTokenSize, } )
Functions ¶
This section is empty.
Types ¶
type BufioModule ¶
type BufioModule struct{}
func (BufioModule) Exports ¶
func (S BufioModule) Exports() map[string]any
func (BufioModule) Identity ¶
func (S BufioModule) Identity() string
func (BufioModule) TypeDefine ¶
func (S BufioModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.