mirror of https://github.com/sveltejs/svelte
parent
6bd410c886
commit
1edd0e171c
@ -1,13 +1,6 @@
|
|||||||
import { Validator } from '../../';
|
import { Validator } from '../../';
|
||||||
import { Node } from '../../../interfaces';
|
import { Node } from '../../../interfaces';
|
||||||
|
|
||||||
const validTypes = new Set([
|
|
||||||
'FunctionExpression',
|
|
||||||
'ArrowFunctionExpression',
|
|
||||||
'Identifier',
|
|
||||||
'MemberExpression'
|
|
||||||
]);
|
|
||||||
|
|
||||||
export default function preload(validator: Validator, prop: Node) {
|
export default function preload(validator: Validator, prop: Node) {
|
||||||
// not sure there's anything we need to check here...
|
// not sure there's anything we need to check here...
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue