UNPKG

@lingui/cli

Version:

CLI for working wit message catalogs

12 lines (11 loc) 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const extractor = { match(filename) { throw new Error("Typescript extractor was removed. " + "Lingui CLI can parse typescript out of the box. " + "Please remove it from your lingui.config.js"); }, extract() { }, }; exports.default = extractor;