Skip to content

Commit f7b57e2

Browse files
itsJess1caclaude
andcommitted
Fix CI pipeline - all stages now pass
- Add missing @eslint/js dependency for ESLint 9 compatibility - Configure Node.js globals (process, console, setTimeout, etc.) in ESLint config - Fix TypeScript compilation errors: - Add proper type casting for Windows _refreshSize workaround - Fix ANSIColor type consistency in zone implementation - Fix symbol index type in Proxy handler - Update ESLint rules to ignore underscore-prefixed variables - Apply Prettier formatting to all source files - All CI stages now pass: lint ✓ format ✓ test ✓ build ✓ 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e87fc4e commit f7b57e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+754
-268
lines changed

dist/events.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/events.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { default } from './zonr.js';
2-
export type { Zone, ZoneConfig, Transport, LogLevel } from './types.js';
2+
export type { Zone, ZoneConfig, Transport, LogLevel, ANSIColor, } from './types.js';
33
//# sourceMappingURL=index.d.ts.map

dist/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/layout/calculator.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/layout/calculator.js

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)