UNPKG

es-guard

Version:

A tool to check JavaScript compatibility with target environments

9 lines 723 B
// Main entry point for programmatic usage export { checkCompatibility, formatViolationMessage } from "./lib/checkCompatiblity.js"; export { detectProjectConfig, detectTarget, detectOutputDir, detectBrowserslist } from "./lib/detectTarget.js"; export { getBrowserTargetsFromString, getBrowserTargets, parseEcmaVersion } from "./lib/getBrowserTargets.js"; export { validateConfig } from "./lib/validateConfig.js"; export { getCurrentProjectType } from "./lib/projectType.js"; export { runESGuard } from "./main.js"; export { setVerboseMode, setDebugMode, getGlobalState, setGlobalState, resetGlobalState, setProjectType, getProjectType, isProjectTypeDetected, } from "./lib/globalState.js"; //# sourceMappingURL=index.js.map