package compat
Import Path
github.com/evanw/esbuild/internal/compat (on go.dev )
Dependency Relation
imports 0 packages, and imported by 8 packages
Package-Level Type Names (total 3, all are exported)
/* sort exporteds by: alphabet | popularity */
type JSFeature uint64 (basic type)
Methods (only one, which is exported )
( T) Has (feature JSFeature ) bool
As Outputs Of (at least 3, in which 2 are exported )
func UnsupportedJSFeatures (constraints map[Engine ][]int ) (unsupported JSFeature )
func github.com/evanw/esbuild/internal/js_ast.SymbolKind .Feature () JSFeature
/* at least one unexported ... */ /* at least one unexported: */
func github.com/evanw/esbuild/pkg/api.validateFeatures (log logger .Log , target api .Target , engines []api .Engine ) (JSFeature , CSSFeature )
As Inputs Of (at least 4, all are exported )
func JSFeature.Has (feature JSFeature ) bool
func github.com/evanw/esbuild/internal/js_printer.CanQuoteIdentifier (name string , unsupportedJSFeatures JSFeature , asciiOnly bool ) bool
func github.com/evanw/esbuild/internal/js_printer.QuoteIdentifier (js []byte , name string , unsupportedFeatures JSFeature ) []byte
func github.com/evanw/esbuild/internal/runtime.CanUseES6 (unsupportedFeatures JSFeature ) bool
As Types Of (total 38, all are exported )
const ArraySpread
const Arrow
const AsyncAwait
const AsyncGenerator
const BigInt
const Class
const ClassField
const ClassPrivateAccessor
const ClassPrivateField
const ClassPrivateMethod
const ClassPrivateStaticAccessor
const ClassPrivateStaticField
const ClassPrivateStaticMethod
const ClassStaticField
const Const
const DefaultArgument
const Destructuring
const ExponentOperator
const ExportStarAs
const ForAwait
const ForOf
const Generator
const Hashbang
const ImportMeta
const Let
const LogicalAssignment
const NestedRestBinding
const NewTarget
const NullishCoalescing
const ObjectAccessors
const ObjectExtensions
const ObjectRestSpread
const OptionalCatchBinding
const OptionalChain
const RestArgument
const TemplateLiteral
const TopLevelAwait
const UnicodeEscapes
Package-Level Constants (total 48, all are exported)
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 .