// Test library for ESM cache export const greeting = "Hello from cached ESM!"; export function add(a, b) { return a + b; }