parse-framework
Advanced tools
Comparing version 2.3.27 to 2.4.0
@@ -29,2 +29,7 @@ declare var ace: any; | ||
} | ||
interface markupCount { | ||
end : number; | ||
index: number; | ||
start: number; | ||
} | ||
interface parse { | ||
@@ -31,0 +36,0 @@ concat(data : data, array : data) : void; |
@@ -183,3 +183,3 @@ /* | ||
ee = keys[dd][0]; | ||
if (style === true && data.types[keyend] === "comment" && data.types[keyend + 1] !== "comment" && dd < keylen - 1) { | ||
if (style === true && data.types[keyend - 1] !== "end" && data.types[keyend] === "comment" && data.types[keyend + 1] !== "comment" && dd < keylen - 1) { | ||
// missing a terminal comment causes many problems | ||
@@ -186,0 +186,0 @@ keyend = keyend + 1; |
@@ -15,3 +15,4 @@ # Lexer - markup | ||
* **jsx_attribute_end** - The start of an curly brace delimited escape, stated as a tag attribute, that allows JavaScript inside the markup tag of a JSX markup element. | ||
* **script** - A tag indicating it may contain contents that need to be passed to the *script* lexer. | ||
* **script_start** - A curly brace indicating the contents that need to be passed to the *script* lexer for JSX language. | ||
* **script_end** - A curly brace indicating a script string has concluded. | ||
* **sgml** - SGML type notations, which can be deeply nested using square brace notation. | ||
@@ -18,0 +19,0 @@ * **singleton** - A self-closing tag. |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"version": "2.3.27" | ||
"version": "2.4.0" | ||
} |
@@ -199,3 +199,3 @@ /* | ||
ee = keys[dd][0]; | ||
if (style === true && data.types[keyend] === "comment" && data.types[keyend + 1] !== "comment" && dd < keylen - 1) { | ||
if (style === true && data.types[keyend - 1] !== "end" && data.types[keyend] === "comment" && data.types[keyend + 1] !== "comment" && dd < keylen - 1) { | ||
// missing a terminal comment causes many problems | ||
@@ -202,0 +202,0 @@ keyend = keyend + 1; |
@@ -5,3 +5,3 @@ # Parse Framework | ||
## Version 2.3.27 | ||
## Version 2.4.0 | ||
Play around with this application [in your browser](http://prettydiff.com/parse-framework/runtimes/browsertest.xhtml). | ||
@@ -8,0 +8,0 @@ |
@@ -38,1 +38,26 @@ /*prettydiff.com noleadzero:true*/ | ||
} | ||
/*These bottom tests were producing double comments when sorting. The fix is to ensure a sorted group starting with a comment is preceeded by an end type*/ | ||
/*global - body element*/ | ||
#prettydiff{text-align: center;} | ||
/*global - contentarea, the only immediate child of body*/ | ||
#prettydiff .contentarea{border-style:solid;} | ||
/*global - text containers*/ | ||
#prettydiff .analysis {font-weight:bold} | ||
/*global - headings*/ | ||
#prettydiff li {font-size:1em} | ||
/*global - borders*/ | ||
#prettydiff section{border-style:none} | ||
/*global - interactives*/ | ||
#prettydiff select{border-style:inset} | ||
/*global - colorscheme field*/ | ||
#prettydiff #dcolorScheme{float:right} | ||
/*global - remaining items*/ | ||
#prettydiff .content-hide{height:1em;} |
@@ -7,5 +7,5 @@ [ | ||
{"begin":3,"lexer":"markup","lines":2,"presv":false,"stack":"paren","token":"<Nav>","types":"start"}, | ||
{"begin":4,"lexer":"markup","lines":2,"presv":false,"stack":"Nav","token":"{","types":"script"}, | ||
{"begin":4,"lexer":"markup","lines":2,"presv":false,"stack":"Nav","token":"{","types":"script_start"}, | ||
{"begin":5,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"/* child comment, put {} around */","types":"comment"}, | ||
{"begin":5,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script"}, | ||
{"begin":5,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script_end"}, | ||
{"begin":4,"lexer":"markup","lines":2,"presv":false,"stack":"Nav","token":"<Person/>","types":"singleton"}, | ||
@@ -12,0 +12,0 @@ {"begin":8,"lexer":"markup","lines":1,"presv":false,"stack":"Person","token":"donkey=\"ass\"","types":"attribute"}, |
@@ -16,3 +16,3 @@ [ | ||
{"begin":12,"lexer":"markup","lines":2,"presv":false,"stack":"paren","token":"<div>","types":"start"}, | ||
{"begin":13,"lexer":"markup","lines":1,"presv":false,"stack":"div","token":"{","types":"script"}, | ||
{"begin":13,"lexer":"markup","lines":1,"presv":false,"stack":"div","token":"{","types":"script_start"}, | ||
{"begin":14,"lexer":"script","lines":2,"presv":false,"stack":"script","token":"this","types":"word"}, | ||
@@ -25,3 +25,3 @@ {"begin":14,"lexer":"script","lines":0,"presv":false,"stack":"script","token":".","types":"separator"}, | ||
{"begin":14,"lexer":"markup","lines":1,"presv":false,"stack":"script","token":"<span>","types":"start"}, | ||
{"begin":21,"lexer":"markup","lines":1,"presv":false,"stack":"span","token":"{","types":"script"}, | ||
{"begin":21,"lexer":"markup","lines":1,"presv":false,"stack":"span","token":"{","types":"script_start"}, | ||
{"begin":22,"lexer":"script","lines":2,"presv":false,"stack":"script","token":"this","types":"word"}, | ||
@@ -35,6 +35,6 @@ {"begin":22,"lexer":"script","lines":0,"presv":false,"stack":"script","token":".","types":"separator"}, | ||
{"begin":22,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"x;","types":"separator"}, | ||
{"begin":22,"lexer":"markup","lines":2,"presv":false,"stack":"script","token":"}","types":"script"}, | ||
{"begin":22,"lexer":"markup","lines":2,"presv":false,"stack":"script","token":"}","types":"script_end"}, | ||
{"begin":21,"lexer":"markup","lines":1,"presv":false,"stack":"span","token":"</span>","types":"end"}, | ||
{"begin":14,"lexer":"script","lines":2,"presv":false,"stack":"script","token":"x;","types":"separator"}, | ||
{"begin":14,"lexer":"markup","lines":2,"presv":false,"stack":"script","token":"}","types":"script"}, | ||
{"begin":14,"lexer":"markup","lines":2,"presv":false,"stack":"script","token":"}","types":"script_end"}, | ||
{"begin":13,"lexer":"markup","lines":1,"presv":false,"stack":"div","token":"</div>","types":"end"}, | ||
@@ -41,0 +41,0 @@ {"begin":12,"lexer":"script","lines":2,"presv":false,"stack":"paren","token":")","types":"end"}, |
@@ -198,3 +198,3 @@ [ | ||
{"begin":-1,"lexer":"markup","lines":1,"presv":false,"stack":"global","token":"<div>","types":"start"}, | ||
{"begin":195,"lexer":"markup","lines":2,"presv":false,"stack":"div","token":"{","types":"script"}, | ||
{"begin":195,"lexer":"markup","lines":2,"presv":false,"stack":"div","token":"{","types":"script_start"}, | ||
{"begin":196,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"[","types":"start"}, | ||
@@ -215,3 +215,3 @@ {"begin":197,"lexer":"script","lines":0,"presv":false,"stack":"array","token":"\"foo\"","types":"string"}, | ||
{"begin":209,"lexer":"markup","lines":1,"presv":false,"stack":"function","token":"<span>","types":"start"}, | ||
{"begin":211,"lexer":"markup","lines":0,"presv":false,"stack":"span","token":"{","types":"script"}, | ||
{"begin":211,"lexer":"markup","lines":0,"presv":false,"stack":"span","token":"{","types":"script_start"}, | ||
{"begin":212,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"i","types":"reference"}, | ||
@@ -221,3 +221,3 @@ {"begin":212,"lexer":"script","lines":1,"presv":false,"stack":"script","token":"/","types":"operator"}, | ||
{"begin":212,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"x;","types":"separator"}, | ||
{"begin":212,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script"}, | ||
{"begin":212,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script_end"}, | ||
{"begin":211,"lexer":"markup","lines":0,"presv":false,"stack":"span","token":"</span>","types":"end"}, | ||
@@ -227,5 +227,5 @@ {"begin":209,"lexer":"script","lines":1,"presv":false,"stack":"function","token":"}","types":"end"}, | ||
{"begin":196,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"x;","types":"separator"}, | ||
{"begin":196,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script"}, | ||
{"begin":196,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script_end"}, | ||
{"begin":195,"lexer":"markup","lines":2,"presv":false,"stack":"div","token":"</div>","types":"end"}, | ||
{"begin":-1,"lexer":"script","lines":0,"presv":false,"stack":"global","token":"x;","types":"separator"} | ||
] |
@@ -198,3 +198,3 @@ [ | ||
{"begin":-1,"lexer":"markup","lines":1,"presv":false,"stack":"global","token":"<div>","types":"start"}, | ||
{"begin":195,"lexer":"markup","lines":2,"presv":false,"stack":"div","token":"{","types":"script"}, | ||
{"begin":195,"lexer":"markup","lines":2,"presv":false,"stack":"div","token":"{","types":"script_start"}, | ||
{"begin":196,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"[","types":"start"}, | ||
@@ -215,3 +215,3 @@ {"begin":197,"lexer":"script","lines":0,"presv":false,"stack":"array","token":"\"foo\"","types":"string"}, | ||
{"begin":209,"lexer":"markup","lines":1,"presv":false,"stack":"function","token":"<span>","types":"start"}, | ||
{"begin":211,"lexer":"markup","lines":0,"presv":false,"stack":"span","token":"{","types":"script"}, | ||
{"begin":211,"lexer":"markup","lines":0,"presv":false,"stack":"span","token":"{","types":"script_start"}, | ||
{"begin":212,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"i","types":"reference"}, | ||
@@ -221,3 +221,3 @@ {"begin":212,"lexer":"script","lines":1,"presv":false,"stack":"script","token":"/","types":"operator"}, | ||
{"begin":212,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"x;","types":"separator"}, | ||
{"begin":212,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script"}, | ||
{"begin":212,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script_end"}, | ||
{"begin":211,"lexer":"markup","lines":0,"presv":false,"stack":"span","token":"</span>","types":"end"}, | ||
@@ -227,5 +227,5 @@ {"begin":209,"lexer":"script","lines":1,"presv":false,"stack":"function","token":"}","types":"end"}, | ||
{"begin":196,"lexer":"script","lines":0,"presv":false,"stack":"script","token":"x;","types":"separator"}, | ||
{"begin":196,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script"}, | ||
{"begin":196,"lexer":"markup","lines":0,"presv":false,"stack":"script","token":"}","types":"script_end"}, | ||
{"begin":195,"lexer":"markup","lines":2,"presv":false,"stack":"div","token":"</div>","types":"end"}, | ||
{"begin":-1,"lexer":"script","lines":0,"presv":false,"stack":"global","token":"x;","types":"separator"} | ||
] |
@@ -10,3 +10,68 @@ [ | ||
{"begin":-1,"lexer":"style","lines":1,"presv":false,"stack":"global","token":"44px","types":"value"}, | ||
{"begin":-1,"lexer":"style","lines":0,"presv":false,"stack":"global","token":";","types":"semi"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":";","types":"semi"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*These bottom tests were producing double comments when sorting. The fix is to ensure a sorted group starting with a comment is preceeded by an end type*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"/*global - body element*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":0,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff","token":"text-align","types":"property"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff","token":":","types":"colon"}, | ||
{"begin":12,"lexer":"style","lines":1,"presv":false,"stack":"#prettydiff","token":"center","types":"value"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff","token":";","types":"semi"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*global - colorscheme field*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff #dcolorScheme","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":0,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":20,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff #dcolorScheme","token":"float","types":"property"}, | ||
{"begin":20,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff #dcolorScheme","token":":","types":"colon"}, | ||
{"begin":20,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff #dcolorScheme","token":"right","types":"value"}, | ||
{"begin":20,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff #dcolorScheme","token":"x;","types":"semi"}, | ||
{"begin":20,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff #dcolorScheme","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*global - text containers*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff .analysis","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":1,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":28,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .analysis","token":"font-weight","types":"property"}, | ||
{"begin":28,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .analysis","token":":","types":"colon"}, | ||
{"begin":28,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .analysis","token":"bold","types":"value"}, | ||
{"begin":28,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .analysis","token":"x;","types":"semi"}, | ||
{"begin":28,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .analysis","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*global - remaining items*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff .content-hide","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":0,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":36,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .content-hide","token":"height","types":"property"}, | ||
{"begin":36,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .content-hide","token":":","types":"colon"}, | ||
{"begin":36,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .content-hide","token":"1em","types":"value"}, | ||
{"begin":36,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .content-hide","token":";","types":"semi"}, | ||
{"begin":36,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .content-hide","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*global - contentarea, the only immediate child of body*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff .contentarea","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":0,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":44,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .contentarea","token":"border-style","types":"property"}, | ||
{"begin":44,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .contentarea","token":":","types":"colon"}, | ||
{"begin":44,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .contentarea","token":"solid","types":"value"}, | ||
{"begin":44,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .contentarea","token":";","types":"semi"}, | ||
{"begin":44,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff .contentarea","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*global - headings*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff li","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":1,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":52,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff li","token":"font-size","types":"property"}, | ||
{"begin":52,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff li","token":":","types":"colon"}, | ||
{"begin":52,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff li","token":"1em","types":"value"}, | ||
{"begin":52,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff li","token":"x;","types":"semi"}, | ||
{"begin":52,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff li","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*global - borders*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff section","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":0,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":60,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff section","token":"border-style","types":"property"}, | ||
{"begin":60,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff section","token":":","types":"colon"}, | ||
{"begin":60,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff section","token":"none","types":"value"}, | ||
{"begin":60,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff section","token":"x;","types":"semi"}, | ||
{"begin":60,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff section","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"/*global - interactives*/","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"#prettydiff select","types":"selector"}, | ||
{"begin":-1,"lexer":"style","lines":0,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":68,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff select","token":"border-style","types":"property"}, | ||
{"begin":68,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff select","token":":","types":"colon"}, | ||
{"begin":68,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff select","token":"inset","types":"value"}, | ||
{"begin":68,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff select","token":"x;","types":"semi"}, | ||
{"begin":68,"lexer":"style","lines":0,"presv":false,"stack":"#prettydiff select","token":"}","types":"end"}, | ||
{"begin":-1,"lexer":"style","lines":3,"presv":false,"stack":"global","token":"// item-responsify mixin","types":"comment"}, | ||
@@ -16,57 +81,57 @@ {"begin":-1,"lexer":"style","lines":2,"presv":false,"stack":"global","token":"// targetClass - the class of the module container","types":"comment"}, | ||
{"begin":-1,"lexer":"style","lines":1,"presv":false,"stack":"global","token":"{","types":"start"}, | ||
{"begin":12,"lexer":"style","lines":2,"presv":false,"stack":".item-responsify(@targetClass)","token":".responsify(@lg, @md, @sm, {}, @xxs)","types":"variable"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":";","types":"semi"}, | ||
{"begin":12,"lexer":"style","lines":3,"presv":false,"stack":".item-responsify(@targetClass)","token":"@sm","types":"variable"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":":","types":"colon"}, | ||
{"begin":12,"lexer":"style","lines":1,"presv":false,"stack":".item-responsify(@targetClass)","token":"{","types":"start"}, | ||
{"begin":17,"lexer":"style","lines":2,"presv":false,"stack":"@sm","token":".@{targetClass}","types":"selector"}, | ||
{"begin":17,"lexer":"style","lines":1,"presv":false,"stack":"@sm","token":"{","types":"start"}, | ||
{"begin":19,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":".itemcost .i-baggage-x","types":"selector"}, | ||
{"begin":19,"lexer":"style","lines":1,"presv":false,"stack":".@{targetClass}","token":"{","types":"start"}, | ||
{"begin":21,"lexer":"style","lines":2,"presv":false,"stack":".itemcost .i-baggage-x","token":"display","types":"property"}, | ||
{"begin":21,"lexer":"style","lines":0,"presv":false,"stack":".itemcost .i-baggage-x","token":":","types":"colon"}, | ||
{"begin":21,"lexer":"style","lines":1,"presv":false,"stack":".itemcost .i-baggage-x","token":"none","types":"value"}, | ||
{"begin":21,"lexer":"style","lines":0,"presv":false,"stack":".itemcost .i-baggage-x","token":";","types":"semi"}, | ||
{"begin":21,"lexer":"style","lines":2,"presv":false,"stack":".itemcost .i-baggage-x","token":"}","types":"end"}, | ||
{"begin":19,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","types":"selector"}, | ||
{"begin":19,"lexer":"style","lines":1,"presv":false,"stack":".@{targetClass}","token":"{","types":"start"}, | ||
{"begin":28,"lexer":"style","lines":2,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":"background","types":"property"}, | ||
{"begin":28,"lexer":"style","lines":0,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":":","types":"colon"}, | ||
{"begin":28,"lexer":"style","lines":1,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":"none","types":"value"}, | ||
{"begin":28,"lexer":"style","lines":0,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":";","types":"semi"}, | ||
{"begin":28,"lexer":"style","lines":2,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":"}","types":"end"}, | ||
{"begin":19,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":"}","types":"end"}, | ||
{"begin":17,"lexer":"style","lines":2,"presv":false,"stack":"@sm","token":"}","types":"end"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":";","types":"semi"}, | ||
{"begin":12,"lexer":"style","lines":3,"presv":false,"stack":".item-responsify(@targetClass)","token":"@xxs","types":"variable"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":":","types":"colon"}, | ||
{"begin":12,"lexer":"style","lines":1,"presv":false,"stack":".item-responsify(@targetClass)","token":"{","types":"start"}, | ||
{"begin":39,"lexer":"style","lines":2,"presv":false,"stack":"@xxs","token":".@{targetClass}","types":"selector"}, | ||
{"begin":39,"lexer":"style","lines":1,"presv":false,"stack":"@xxs","token":"{","types":"start"}, | ||
{"begin":41,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":".itemResultsCard","types":"selector"}, | ||
{"begin":41,"lexer":"style","lines":1,"presv":false,"stack":".@{targetClass}","token":"{","types":"start"}, | ||
{"begin":43,"lexer":"style","lines":2,"presv":false,"stack":".itemResultsCard","token":"font-size","types":"property"}, | ||
{"begin":43,"lexer":"style","lines":0,"presv":false,"stack":".itemResultsCard","token":":","types":"colon"}, | ||
{"begin":43,"lexer":"style","lines":1,"presv":false,"stack":".itemResultsCard","token":"@font-size-xs + 1px","types":"value"}, | ||
{"begin":43,"lexer":"style","lines":0,"presv":false,"stack":".itemResultsCard","token":";","types":"semi"}, | ||
{"begin":43,"lexer":"style","lines":1,"presv":false,"stack":".itemResultsCard","token":"// 13px","types":"comment"}, | ||
{"begin":43,"lexer":"style","lines":3,"presv":false,"stack":".itemResultsCard","token":".sliceGroup","types":"selector"}, | ||
{"begin":43,"lexer":"style","lines":1,"presv":false,"stack":".itemResultsCard","token":"{","types":"start"}, | ||
{"begin":50,"lexer":"style","lines":2,"presv":false,"stack":".sliceGroup","token":"padding-right","types":"property"}, | ||
{"begin":50,"lexer":"style","lines":0,"presv":false,"stack":".sliceGroup","token":":","types":"colon"}, | ||
{"begin":50,"lexer":"style","lines":1,"presv":false,"stack":".sliceGroup","token":"1px","types":"value"}, | ||
{"begin":50,"lexer":"style","lines":0,"presv":false,"stack":".sliceGroup","token":";","types":"semi"}, | ||
{"begin":50,"lexer":"style","lines":3,"presv":false,"stack":".sliceGroup","token":"&:last-child","types":"selector"}, | ||
{"begin":50,"lexer":"style","lines":0,"presv":false,"stack":".sliceGroup","token":"{","types":"start"}, | ||
{"begin":56,"lexer":"style","lines":2,"presv":false,"stack":"&:last-child","token":"padding-right","types":"property"}, | ||
{"begin":56,"lexer":"style","lines":0,"presv":false,"stack":"&:last-child","token":":","types":"colon"}, | ||
{"begin":56,"lexer":"style","lines":1,"presv":false,"stack":"&:last-child","token":"0","types":"value"}, | ||
{"begin":56,"lexer":"style","lines":0,"presv":false,"stack":"&:last-child","token":";","types":"semi"}, | ||
{"begin":56,"lexer":"style","lines":2,"presv":false,"stack":"&:last-child","token":"}","types":"end"}, | ||
{"begin":50,"lexer":"style","lines":2,"presv":false,"stack":".sliceGroup","token":"}","types":"end"}, | ||
{"begin":43,"lexer":"style","lines":2,"presv":false,"stack":".itemResultsCard","token":"}","types":"end"}, | ||
{"begin":41,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":"}","types":"end"}, | ||
{"begin":39,"lexer":"style","lines":2,"presv":false,"stack":"@xxs","token":"}","types":"end"}, | ||
{"begin":12,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":";","types":"semi"}, | ||
{"begin":12,"lexer":"style","lines":2,"presv":false,"stack":".item-responsify(@targetClass)","token":"}","types":"end"} | ||
{"begin":77,"lexer":"style","lines":2,"presv":false,"stack":".item-responsify(@targetClass)","token":".responsify(@lg, @md, @sm, {}, @xxs)","types":"variable"}, | ||
{"begin":77,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":";","types":"semi"}, | ||
{"begin":77,"lexer":"style","lines":3,"presv":false,"stack":".item-responsify(@targetClass)","token":"@sm","types":"variable"}, | ||
{"begin":77,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":":","types":"colon"}, | ||
{"begin":77,"lexer":"style","lines":1,"presv":false,"stack":".item-responsify(@targetClass)","token":"{","types":"start"}, | ||
{"begin":82,"lexer":"style","lines":2,"presv":false,"stack":"@sm","token":".@{targetClass}","types":"selector"}, | ||
{"begin":82,"lexer":"style","lines":1,"presv":false,"stack":"@sm","token":"{","types":"start"}, | ||
{"begin":84,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":".itemcost .i-baggage-x","types":"selector"}, | ||
{"begin":84,"lexer":"style","lines":1,"presv":false,"stack":".@{targetClass}","token":"{","types":"start"}, | ||
{"begin":86,"lexer":"style","lines":2,"presv":false,"stack":".itemcost .i-baggage-x","token":"display","types":"property"}, | ||
{"begin":86,"lexer":"style","lines":0,"presv":false,"stack":".itemcost .i-baggage-x","token":":","types":"colon"}, | ||
{"begin":86,"lexer":"style","lines":1,"presv":false,"stack":".itemcost .i-baggage-x","token":"none","types":"value"}, | ||
{"begin":86,"lexer":"style","lines":0,"presv":false,"stack":".itemcost .i-baggage-x","token":";","types":"semi"}, | ||
{"begin":86,"lexer":"style","lines":2,"presv":false,"stack":".itemcost .i-baggage-x","token":"}","types":"end"}, | ||
{"begin":84,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","types":"selector"}, | ||
{"begin":84,"lexer":"style","lines":1,"presv":false,"stack":".@{targetClass}","token":"{","types":"start"}, | ||
{"begin":93,"lexer":"style","lines":2,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":"background","types":"property"}, | ||
{"begin":93,"lexer":"style","lines":0,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":":","types":"colon"}, | ||
{"begin":93,"lexer":"style","lines":1,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":"none","types":"value"}, | ||
{"begin":93,"lexer":"style","lines":0,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":";","types":"semi"}, | ||
{"begin":93,"lexer":"style","lines":2,"presv":false,"stack":".lastLeg .timeline-group.last-child .timeline-item,.soloLeg .timeline-group.last-child .timeline-item","token":"}","types":"end"}, | ||
{"begin":84,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":"}","types":"end"}, | ||
{"begin":82,"lexer":"style","lines":2,"presv":false,"stack":"@sm","token":"}","types":"end"}, | ||
{"begin":77,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":";","types":"semi"}, | ||
{"begin":77,"lexer":"style","lines":3,"presv":false,"stack":".item-responsify(@targetClass)","token":"@xxs","types":"variable"}, | ||
{"begin":77,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":":","types":"colon"}, | ||
{"begin":77,"lexer":"style","lines":1,"presv":false,"stack":".item-responsify(@targetClass)","token":"{","types":"start"}, | ||
{"begin":104,"lexer":"style","lines":2,"presv":false,"stack":"@xxs","token":".@{targetClass}","types":"selector"}, | ||
{"begin":104,"lexer":"style","lines":1,"presv":false,"stack":"@xxs","token":"{","types":"start"}, | ||
{"begin":106,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":".itemResultsCard","types":"selector"}, | ||
{"begin":106,"lexer":"style","lines":1,"presv":false,"stack":".@{targetClass}","token":"{","types":"start"}, | ||
{"begin":108,"lexer":"style","lines":2,"presv":false,"stack":".itemResultsCard","token":"font-size","types":"property"}, | ||
{"begin":108,"lexer":"style","lines":0,"presv":false,"stack":".itemResultsCard","token":":","types":"colon"}, | ||
{"begin":108,"lexer":"style","lines":1,"presv":false,"stack":".itemResultsCard","token":"@font-size-xs + 1px","types":"value"}, | ||
{"begin":108,"lexer":"style","lines":0,"presv":false,"stack":".itemResultsCard","token":";","types":"semi"}, | ||
{"begin":108,"lexer":"style","lines":1,"presv":false,"stack":".itemResultsCard","token":"// 13px","types":"comment"}, | ||
{"begin":108,"lexer":"style","lines":3,"presv":false,"stack":".itemResultsCard","token":".sliceGroup","types":"selector"}, | ||
{"begin":108,"lexer":"style","lines":1,"presv":false,"stack":".itemResultsCard","token":"{","types":"start"}, | ||
{"begin":115,"lexer":"style","lines":2,"presv":false,"stack":".sliceGroup","token":"padding-right","types":"property"}, | ||
{"begin":115,"lexer":"style","lines":0,"presv":false,"stack":".sliceGroup","token":":","types":"colon"}, | ||
{"begin":115,"lexer":"style","lines":1,"presv":false,"stack":".sliceGroup","token":"1px","types":"value"}, | ||
{"begin":115,"lexer":"style","lines":0,"presv":false,"stack":".sliceGroup","token":";","types":"semi"}, | ||
{"begin":115,"lexer":"style","lines":3,"presv":false,"stack":".sliceGroup","token":"&:last-child","types":"selector"}, | ||
{"begin":115,"lexer":"style","lines":0,"presv":false,"stack":".sliceGroup","token":"{","types":"start"}, | ||
{"begin":121,"lexer":"style","lines":2,"presv":false,"stack":"&:last-child","token":"padding-right","types":"property"}, | ||
{"begin":121,"lexer":"style","lines":0,"presv":false,"stack":"&:last-child","token":":","types":"colon"}, | ||
{"begin":121,"lexer":"style","lines":1,"presv":false,"stack":"&:last-child","token":"0","types":"value"}, | ||
{"begin":121,"lexer":"style","lines":0,"presv":false,"stack":"&:last-child","token":";","types":"semi"}, | ||
{"begin":121,"lexer":"style","lines":2,"presv":false,"stack":"&:last-child","token":"}","types":"end"}, | ||
{"begin":115,"lexer":"style","lines":2,"presv":false,"stack":".sliceGroup","token":"}","types":"end"}, | ||
{"begin":108,"lexer":"style","lines":2,"presv":false,"stack":".itemResultsCard","token":"}","types":"end"}, | ||
{"begin":106,"lexer":"style","lines":2,"presv":false,"stack":".@{targetClass}","token":"}","types":"end"}, | ||
{"begin":104,"lexer":"style","lines":2,"presv":false,"stack":"@xxs","token":"}","types":"end"}, | ||
{"begin":77,"lexer":"style","lines":0,"presv":false,"stack":".item-responsify(@targetClass)","token":";","types":"semi"}, | ||
{"begin":77,"lexer":"style","lines":2,"presv":false,"stack":".item-responsify(@targetClass)","token":"}","types":"end"} | ||
] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3685743
44391