const github.com/evanw/esbuild/internal/js_ast.PropertyNormal
12 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L264: PropertyNormal PropertyKind = iota
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1771: if kind != js_ast.PropertyNormal || opts.isGenerator {
js_parser.go#L1776: return p.parseProperty(js_ast.PropertyNormal, opts, errors)
js_parser.go#L1788: if kind == js_ast.PropertyNormal && !opts.isGenerator {
js_parser.go#L1840: if !opts.isClass && kind == js_ast.PropertyNormal && p.lexer.Token != js_lexer.TColon &&
js_parser.go#L1881: if opts.isClass && kind == js_ast.PropertyNormal && !opts.isAsync &&
js_parser.go#L1932: if p.lexer.Token == js_lexer.TOpenParen || kind != js_ast.PropertyNormal ||
js_parser.go#L2588: kind := js_ast.PropertyNormal
js_parser.go#L3049: if property, ok := p.parseProperty(js_ast.PropertyNormal, propertyOpts{}, &selfErrors); ok {
js_parser.go#L4861: if property, ok := p.parseProperty(js_ast.PropertyNormal, opts, nil); ok {
json_parser.go#L131: Kind: js_ast.PropertyNormal,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1196: if item.Kind != js_ast.PropertyNormal {
![]() |
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. |