js

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrInvalidJsSymbol = errors.New("invalid JS symbol")

Functions

func IsJsSymbol

func IsJsSymbol(symbol string) bool

Types

type JsLocation

type JsLocation struct {
	File         string
	LineNumber   int
	ColumnNumber int
}

type JsSymbol

type JsSymbol struct {
	FunctionName string
	JsLocation
}

func ParseJsSymbol

func ParseJsSymbol(symbol string) (JsSymbol, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL