@intlify/cli
Version:
CLI Tooling for i18n development
27 lines (22 loc) • 793 B
JavaScript
;
const bundleUtils = require('@intlify/bundle-utils');
const index = require('./shared/cli.89208cd7.cjs');
require('pathe');
require('fs');
require('debug');
require('@intlify/shared');
require('fast-glob');
require('diff-match-patch');
require('jsonc-eslint-parser');
require('yaml-eslint-parser');
require('cosmiconfig');
require('prettier');
exports.DevEnv = bundleUtils.DevEnv;
exports.AnnotateWarningCodes = index.AnnotateWarningCodes;
exports.CompileErrorCodes = index.CompileErrorCodes;
exports.DEFAULT_PRETTIER_OPTIONS = index.DEFAULT_PRETTIER_OPTIONS;
exports.FormatLangNotFoundError = index.FormatLangNotFoundError;
exports.SFCAnnotateError = index.SFCAnnotateError;
exports.annotate = index.annotate;
exports.compile = index.compile;
exports.format = index.format;