target

package
v1.23.0-pre.2 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Go = iota // target is Go
	JS        // target is JavaScript
)
View Source
const (
	Kind = Go
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignStmt

type AssignStmt = ast.AssignStmt

type BasicLit

type BasicLit = ast.BasicLit

type BinaryExpr

type BinaryExpr = ast.BinaryExpr

type BlockStmt

type BlockStmt = ast.BlockStmt

type BranchStmt

type BranchStmt = ast.BranchStmt

type CallExpr

type CallExpr = ast.CallExpr

type EmptyStmt

type EmptyStmt = ast.EmptyStmt

type Expr

type Expr = ast.Expr

type ExprStmt

type ExprStmt = ast.ExprStmt

type ForStmt

type ForStmt = ast.ForStmt

type FuncLit

type FuncLit = ast.FuncLit

type Ident

type Ident = ast.Ident

type IfStmt

type IfStmt = ast.IfStmt

type IndexExpr

type IndexExpr = ast.IndexExpr

type LabeledStmt

type LabeledStmt = ast.LabeledStmt

type Object

type Object = ast.Object

type ParenExpr

type ParenExpr = ast.ParenExpr

type RangeStmt

type RangeStmt = ast.RangeStmt

type SelectorExpr

type SelectorExpr = ast.SelectorExpr

type Stmt

type Stmt = ast.Stmt

type UnaryExpr

type UnaryExpr = ast.UnaryExpr

Directories

Path Synopsis
js
format
Package format implements standard formatting of JavaScript source.
Package format implements standard formatting of JavaScript source.
printer
Package printer implements printing of AST nodes.
Package printer implements printing of AST nodes.

Jump to

Keyboard shortcuts

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