{"version":3,"file":"play-by-play.BMFGDhUF.js","sources":["../../../src/components/boxscores/nhl/play.svelte","../../../src/components/boxscores/nhl/play-by-play.svelte"],"sourcesContent":["\n\n \n End of {isShootout\n ? 'Shootout'\n : play.period <= 3\n ? ordinalNumber(play.period)\n : `${play.period >= 5 ? play.period - 3 : ''}OT`}\n {tokensToText(play.description)} Shootout \n {play.period < 4\n ? ordinalNumber(play.period)\n : play.period > 4\n ? `${play.period - 3}OT`\n : 'OT'}\n {play.clock ?? ''}\n \n {play.shotContext === 'shootout'\n ? play.awayShootoutScore\n : play.awayPoints}-{play.shotContext === 'shootout'\n ? play.homeShootoutScore\n : play.homePoints}\n