Sha256: 159f9e905d69072da14b517f6451d0fb3f5392507c68df362b89f59aa6f8c370
Contents?: true
Size: 713 Bytes
Versions: 43
Compression:
Stored size: 713 Bytes
Contents
/** * @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 parsing jsx: false, // allow return statement in global scope globalReturn: false, // allow implied strict mode impliedStrict: false };
Version data entries
43 entries across 43 versions & 1 rubygems