- Move Astro files from dealplustech-astro/ to project root - Update Dockerfile: PORT environment variable (default 80) - Add vite.config.ts with allowedHosts: true - Matches nixpacks behavior for Easypanel deployment - No hardcoded ports or domains
8 lines
328 B
TypeScript
8 lines
328 B
TypeScript
import type { Visitor } from '../../traverser/traverse.js';
|
|
/**
|
|
Unwrap outermost non-negated character classes containing a single character or character set.
|
|
See also `unwrapNegationWrappers`.
|
|
*/
|
|
declare const unwrapUselessClasses: Visitor;
|
|
export { unwrapUselessClasses, };
|
|
//# sourceMappingURL=unwrap-useless-classes.d.ts.map
|