mirror of https://github.com/sveltejs/svelte
commit
81b9ba081c
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
import Tag from './shared/Tag';
|
import Tag from './shared/Tag';
|
||||||
|
|
||||||
export default class RawMustacheTag extends Tag {
|
export default class RawMustacheTag extends Tag {
|
||||||
type: 'RawMustacheTag'
|
type: 'RawMustacheTag';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in new issue