type github.com/evanw/esbuild/internal/js_ast.SDirective
10 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L940: type SDirective struct {
js_ast.go#L1167: func (*SDirective) isStmt() {}
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L6212: stmt.Data = &js_ast.SDirective{Value: str.Value, LegacyOctalLoc: str.LegacyOctalLoc}
js_parser.go#L6656: func isDirectiveSupported(s *js_ast.SDirective) bool {
js_parser.go#L6748: case *js_ast.SDirective:
js_parser.go#L7530: *js_ast.SBreak, *js_ast.SContinue, *js_ast.SDirective:
js_parser.go#L7960: case *js_ast.SDirective:
js_parser.go#L9112: case *js_ast.SDirective:
js_parser.go#L12724: case *js_ast.SDirective:
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2972: case *js_ast.SDirective:
![]() |
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. |