/** * @fileoverview The list of feature flags supported by the parser and their default * settings. * @author Nicholas C. Zakas */"use strict";//------------------------------------------------------------------------------// Requirements//------------------------------------------------------------------------------// None!//------------------------------------------------------------------------------// Public//------------------------------------------------------------------------------module.exports={// React JSX parsingjsx:false,// allow return statement in global scopeglobalReturn:false,// allow implied strict modeimpliedStrict:false};