UNPKG

are-you-es5

Version:

A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.

10 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const CLI_ERRORS = { nonES5DependenciesDetected: { code: 1, message: 'Non-ES5 dependencies detected.' } }; exports.default = CLI_ERRORS; //# sourceMappingURL=cli-errors.js.map