github.com/evanw/esbuild/internal/js_parser.parser.shouldFoldNumericConstants (field)
16 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L82: shouldFoldNumericConstants bool
js_parser.go#L8583: oldShouldFoldNumericConstants := p.shouldFoldNumericConstants
js_parser.go#L8584: p.shouldFoldNumericConstants = true
js_parser.go#L8649: p.shouldFoldNumericConstants = oldShouldFoldNumericConstants
js_parser.go#L10275: if p.shouldFoldNumericConstants {
js_parser.go#L10294: if p.shouldFoldNumericConstants {
js_parser.go#L10301: if p.shouldFoldNumericConstants {
js_parser.go#L10308: if p.shouldFoldNumericConstants {
js_parser.go#L10315: if p.shouldFoldNumericConstants {
js_parser.go#L10322: if p.shouldFoldNumericConstants {
js_parser.go#L10334: if p.shouldFoldNumericConstants {
js_parser.go#L10341: if p.shouldFoldNumericConstants {
js_parser.go#L10348: if p.shouldFoldNumericConstants {
js_parser.go#L10355: if p.shouldFoldNumericConstants {
js_parser.go#L10362: if p.shouldFoldNumericConstants {
js_parser.go#L10369: if p.shouldFoldNumericConstants {
![]() |
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. |