Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser |
Modifier and Type | Field and Description |
---|---|
static FeatureSet |
FeatureSet.ES3
The bare minimum set of features in ES3.
|
static FeatureSet |
FeatureSet.ES5
Features from ES5 only.
|
static FeatureSet |
FeatureSet.ES6
The full set of ES6 features, not including modules.
|
static FeatureSet |
FeatureSet.ES6_IMPL
The subset of ES6 features that are implemented in stable Chrome, Firefox, and Edge.
|
static FeatureSet |
FeatureSet.ES6_MODULES
All ES6 features, including modules.
|
static FeatureSet |
FeatureSet.TYPESCRIPT
TypeScript syntax.
|
Modifier and Type | Method and Description |
---|---|
FeatureSet |
FeatureSet.require(FeatureSet other)
Returns a feature set combining all the features from
this and other . |
Modifier and Type | Method and Description |
---|---|
FeatureSet |
FeatureSet.require(FeatureSet other)
Returns a feature set combining all the features from
this and other . |
Copyright © 2009-2015 Google. All Rights Reserved.