Files
med-notes/.pnpm-store/v10/files/97/0811168172011fab3b5e1a9f08d83eb06bcb1108125119921f25c3144fed5d2d790fd414dd633a8382ec1e3861cde3d7f7bf63a70ae2beeac0d5f03252fd0b
2025-05-09 05:30:08 +02:00

1 line
558 B
Plaintext

{"version":3,"file":"matchContext.cjs","sources":["../../src/matchContext.tsx"],"sourcesContent":["import * as React from 'react'\n\nexport const matchContext = React.createContext<string | undefined>(undefined)\n\n// N.B. this only exists so we can conditionally call useContext on it when we are not interested in the nearest match\nexport const dummyMatchContext = React.createContext<string | undefined>(\n undefined,\n)\n"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;AAEa,MAAA,eAAeA,iBAAM,cAAkC,MAAS;AAGtE,MAAM,oBAAoBA,iBAAM;AAAA,EACrC;AACF;;;"}