Get more validation tests passing:
- const tag cyclic validation (now runtime, based because of new reactivity system)
- illegal-variable-declaration
- illegal-attribute-character
- remove invalid-reactive-var validation as legacy reactive statements are transformed to functions under the hood, which never escape scope - arguably not completely correct, but will be what the user expects anyway
- invalid-rest-eachblock-binding
- remove edge-case redundant-event-modifier warning because event modifiers are deprecated anyway
- invalid-style-directive-modifier
- invalid-tag-property (now a different error)
- module-script-reactive-declaration
- take comment above script into account when silencing warnings
- invalid-css-declaration
- unused-export-let
- invalid-html-attribute
- illegal-store-subscription
- empty-block
"message":"\"customElement\" must be a string literal defining a valid custom element name or an object of the form { tag: string; shadow?: \"open\" | \"none\"; props?: { [key: string]: { attribute?: string; reflect?: boolean; type: .. } } }",
"message":"Component_1 has unused export property 'default_value_5'. If it is for external reference only, please consider using `export const default_value_5`",
"message":"Component has unused export property 'default_value_5'. If it is for external reference only, please consider using `export const default_value_5`",
"start":{
"column":12,
"line":8
@ -13,7 +13,7 @@
},
{
"code":"unused-export-let",
"message":"Component_1 has unused export property 'default_value_6'. If it is for external reference only, please consider using `export const default_value_6`",
"message":"Component has unused export property 'default_value_6'. If it is for external reference only, please consider using `export const default_value_6`",