UNPKG

eslint-plugin-formatjs

Version:
11 lines (10 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getParserServices = void 0; const getParserServices = (context) => { if (context.parserServices) { return context.parserServices; } return context.sourceCode.parserServices; }; exports.getParserServices = getParserServices;