capsule-lint
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -119,3 +119,3 @@ export interface FilePosition { | ||
]; | ||
export type Variable = [String_1, [".", String_1][], Args | null] | ModifierExpression[]; | ||
export type Variable = [String_1, [".", String_1][], [Args | null, "." | null, Variable]] | ModifierExpression[]; | ||
export type ModifierExpression = ["?", Modifier, Args | null]; | ||
@@ -122,0 +122,0 @@ export type Modifier = String_1; |
{ | ||
"name": "capsule-lint", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "The official Capsule linting package.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
763432
2501