/ play / fixture.js
fixture.js
1  import { spam } from '@bablr/boot';
2  
3  export * as language from '@bablr/language-cstml';
4  
5  export const sourceText = '<> </>';
6  
7  export const matcher = spam`<Tree>`;
8  
9  export const props = {};