mirror of https://github.com/sveltejs/svelte
parent
4bcbdfb5ae
commit
49629c5403
@ -1,11 +0,0 @@
|
|||||||
export default function _yield ( parser ) {
|
|
||||||
const start = parser.index;
|
|
||||||
|
|
||||||
parser.current().children.push({
|
|
||||||
start,
|
|
||||||
end: parser.index,
|
|
||||||
type: 'YieldTag'
|
|
||||||
});
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
Loading…
Reference in new issue