Changelog:
- v20210907:
- Move CheckConstPrivateProperties and CheckUnusedPrivateProperties into the linter.
- v20210906:
- Disallow setting --language_out in conjunction with --browser_featureset_year.
- v20210808:
- Serialize node properties using node prop list.
- v20210601:
- Make TypedAST deserialization an alternative strategy to parsing a SourceFile in JsAst.
- v20210505:
- Delete NodeTraversal::traverseFunctionOutOfBand as ReferenceCollector was the only caller, and that use can be expressed in terms of traverseAtScope.
- v20210406:
- Remove deprecated and now unused FeatureSets.
Signed-off-by: Martin Reboredo <yakoyoku@gmail.com>