the claude code sourcemaps leaked march 31
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 602 B view raw
1export { FlashingChar } from './FlashingChar.js' 2export { GlimmerMessage } from './GlimmerMessage.js' 3export { ShimmerChar } from './ShimmerChar.js' 4export { SpinnerGlyph } from './SpinnerGlyph.js' 5export type { SpinnerMode } from './types.js' 6export { useShimmerAnimation } from './useShimmerAnimation.js' 7export { useStalledAnimation } from './useStalledAnimation.js' 8export { getDefaultCharacters, interpolateColor } from './utils.js' 9// Teammate components are NOT exported here - use dynamic require() to enable dead code elimination 10// See REPL.tsx and Spinner.tsx for the correct import pattern