package compat

Import Path
	github.com/evanw/esbuild/internal/compat (on go.dev)

Dependency Relation
	imports 0 packages, and imported by 8 packages

Involved Source Files css_table.go js_table.go
Package-Level Type Names (total 3, all are exported)
/* sort exporteds by: | */
( T) Has(feature CSSFeature) bool func UnsupportedCSSFeatures(constraints map[Engine][]int) (unsupported CSSFeature) func CSSFeature.Has(feature CSSFeature) bool const HexRGBA const Modern_RGB_HSL const RebeccaPurple
func UnsupportedCSSFeatures(constraints map[Engine][]int) (unsupported CSSFeature) func UnsupportedJSFeatures(constraints map[Engine][]int) (unsupported JSFeature) const Chrome const Edge const ES const Firefox const IOS const Node const Safari
( T) Has(feature JSFeature) bool func UnsupportedJSFeatures(constraints map[Engine][]int) (unsupported JSFeature) func github.com/evanw/esbuild/internal/js_ast.SymbolKind.Feature() JSFeature 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 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 Functions (total 3, in which 2 are exported)
Return all features that are not available in at least one environment
Return all features that are not available in at least one environment
Package-Level Variables (total 2, neither is exported)
Package-Level Constants (total 48, all are exported)
const ForOf JSFeature = 1048576
const Let JSFeature = 16777216
This feature includes all of the following: - Allow floats in rgb() and rgba() - hsl() can accept alpha values - rgb() can accept alpha values - Space-separated functional color notations