mirror of https://github.com/sveltejs/svelte
parent
cc4b269a20
commit
dbd68c9461
@ -1,5 +1,5 @@
|
|||||||
import Node from './shared/Node';
|
import Node from './shared/Node';
|
||||||
|
|
||||||
export default class Comment extends Node {
|
export default class Comment extends Node {
|
||||||
type: 'Comment'
|
type: 'Comment';
|
||||||
}
|
}
|
Loading…
Reference in new issue